Skip to content
Snippets Groups Projects
Unverified Commit 60292cab authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #28 from jcarpent/devel

Fix bug with "\" symbols
parents d4d731dc e907f814
No related branches found
No related tags found
No related merge requests found
......@@ -176,9 +176,7 @@ ENDIF(WITH_FCL_USE_ASSIMP_UNIFIED_HEADER_NAMES)
PKG_CONFIG_APPEND_CFLAGS("-DFCL_HAVE_OCTOMAP=${FCL_HAVE_OCTOMAP}")
IF(FCL_HAVE_OCTOMAP)
PKG_CONFIG_APPEND_CFLAGS(
"-DOCTOMAP_MAJOR_VERSION=${OCTOMAP_MAJOR_VERSION} \
-DOCTOMAP_MINOR_VERSION=${OCTOMAP_MINOR_VERSION} \
-DOCTOMAP_PATCH_VERSION=${OCTOMAP_PATCH_VERSION}")
"-DOCTOMAP_MAJOR_VERSION=${OCTOMAP_MAJOR_VERSION} -DOCTOMAP_MINOR_VERSION=${OCTOMAP_MINOR_VERSION} -DOCTOMAP_PATCH_VERSION=${OCTOMAP_PATCH_VERSION}")
ENDIF(FCL_HAVE_OCTOMAP)
setup_project_finalize()
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