diff options
author | Adam <Adam@anope.org> | 2015-12-30 21:47:36 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-12-30 22:06:31 -0500 |
commit | 551786efeaf4f297f59bab75e38746ced30a545d (patch) | |
tree | 753af42068cff55bc4cc1a5b266cd349efe1e212 /CMakeLists.txt | |
parent | 01644e13703f1bed42bcf1497be3c6b43b186ad6 (diff) |
Remove now unused directories from include_directories
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0d38c5ee..890e15969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,9 +56,7 @@ endif() find_package(Gettext) # Use the following directories as includes -# Note that it is important the binary include directory comes before the -# source include directory so the precompiled headers work correctly. -include_directories(${Anope_BINARY_DIR}/include ${Anope_SOURCE_DIR}/include ${Anope_BINARY_DIR}/language ${Anope_SOURCE_DIR}/modules/pseudoclients) +include_directories(${Anope_BINARY_DIR}/include ${Anope_SOURCE_DIR}/include) # If using Windows, always add the _WIN32 define if(WIN32) |