Skip to content
Snippets Groups Projects
Commit 5b416b11 authored by Francois Keith's avatar Francois Keith
Browse files

Win32: the command link_directories has a wrong behaviour

parent f69070d8
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,9 @@ ENDIF(Boost_THREAD_FOUND) ...@@ -157,7 +157,9 @@ ENDIF(Boost_THREAD_FOUND)
MESSAGE(STATUS "Boost thread lib name: ${BOOST_THREAD_LIB_NAME} ${Boost_THREAD_LIBRARY}") MESSAGE(STATUS "Boost thread lib name: ${BOOST_THREAD_LIB_NAME} ${Boost_THREAD_LIBRARY}")
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) IF(UNIX)
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
ENDIF(UNIX)
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment