CMake: use pthreads on all os's
This commit is contained in:

committed by
Sergey Sharybin

parent
b6c175b27a
commit
a4c3ca8671
@@ -38,9 +38,7 @@ endif()
|
||||
|
||||
add_definitions(${GL_DEFINITIONS})
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
|
||||
endif()
|
||||
list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
|
||||
|
||||
link_directories(${OPENIMAGEIO_LIBPATH}
|
||||
${BOOST_LIBPATH}
|
||||
|
Reference in New Issue
Block a user