summaryrefslogtreecommitdiff
path: root/other/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'other/CMakeLists.txt')
-rw-r--r--other/CMakeLists.txt2
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
5include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake) 5include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake)
6 6
7if(NOT WIN32) 7if(LINUX)
8 add_subdirectory(bootstrap_serverdaemon) 8 add_subdirectory(bootstrap_serverdaemon)
9endif() 9endif()