Skip to content
Snippets Groups Projects
Commit 1e8eefeb authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix installation of config.h file.

parent db295e1a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
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