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

In this specific case, link_directories is only for UNIX

parent d7f41933
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,9 @@ ENDIF(PACKAGE_REQUIREMENTS STREQUAL "")
#
FIND_PACKAGE(Boost COMPONENTS filesystem system REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
IF(UNIX)
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
ENDIF(UNIX)
#
# pkg-config file
......
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