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
1e8eefeb
Commit
1e8eefeb
authored
Nov 28, 2014
by
Florent Lamiraux
Browse files
Fix installation of config.h file.
parent
db295e1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1e8eefeb
...
...
@@ -34,6 +34,7 @@
cmake_minimum_required
(
VERSION 2.8
)
set
(
CXX_DISABLE_WERROR TRUE
)
set
(
CUSTOM_HEADER_DIR fcl
)
include
(
cmake/base.cmake
)
include
(
cmake/boost.cmake
)
...
...
include/fcl/config-fcl.hh.in
View file @
1e8eefeb
...
...
@@ -35,7 +35,7 @@
#ifndef FCL_CONFIG_FCL_HH
# define FCL_CONFIG_FCL_HH
# include "config.h"
# include "
fcl/
config.h"
#cmakedefine01 FCL_HAVE_SSE
#cmakedefine01 FCL_HAVE_OCTOMAP
...
...
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