...
This commit is contained in:
parent
dad295ef37
commit
20b8cca48c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue