diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d0fd38..d3478cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() find_package(Threads REQUIRED) if(Threads_FOUND) - include_directories(${Threads_INCLUDE_DIRS}) + #include_directories(${Threads_INCLUDE_DIRS}) else() message(FATAL_ERROR "Threads not found") endif()