diff options
Diffstat (limited to 'other/CMakeLists.txt')
-rw-r--r-- | other/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt index 05b24f06..db742e3e 100644 --- a/other/CMakeLists.txt +++ b/other/CMakeLists.txt | |||
@@ -4,6 +4,6 @@ cmake_policy(SET CMP0011 NEW) | |||
4 | 4 | ||
5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake) | 5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake) |
6 | 6 | ||
7 | if(NOT WIN32) | 7 | if(LINUX) |
8 | add_subdirectory(bootstrap_serverdaemon) | 8 | add_subdirectory(bootstrap_serverdaemon) |
9 | endif() | 9 | endif() |