Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
7405f2cb
Commit
7405f2cb
authored
Dec 11, 2012
by
Mark Moll
Browse files
FCL's own include dir should be at the front of the include path
parent
e3a67b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7405f2cb
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment