Skip to content
Snippets Groups Projects
Commit 7405f2cb authored by Mark Moll's avatar Mark Moll
Browse files

FCL's own include dir should be at the front of the include path

parent e3a67b41
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ if(MSVC OR MSVC90 OR MSVC10)
endif()
add_definitions(-DBOOST_TEST_DYN_LINK)
include_directories("include")
# FCL's own include dir should be at the front of the include path
include_directories(BEFORE "include")
if(PKG_CONFIG_FOUND)
pkg_check_modules(CCD REQUIRED ccd)
......
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