...
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)
|
find_package(Threads REQUIRED)
|
||||||
if(Threads_FOUND)
|
if(Threads_FOUND)
|
||||||
include_directories(${Threads_INCLUDE_DIRS})
|
#include_directories(${Threads_INCLUDE_DIRS})
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Threads not found")
|
message(FATAL_ERROR "Threads not found")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue