Skip to content

Commit

Permalink
fix(cmake) whitespace splitting (#440)
Browse files Browse the repository at this point in the history
Fixes #439
  • Loading branch information
MatthijsBurgh committed Sep 6, 2023
1 parent 7134c46 commit 0bfa6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orocos_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(NOT EIGEN3_FOUND)
include(${PROJ_SOURCE_DIR}/cmake/FindEigen3.cmake)
endif()
include_directories(${EIGEN3_INCLUDE_DIR})
SET(KDL_CFLAGS "${KDL_CFLAGS} -I${EIGEN3_INCLUDE_DIR}")
SET(KDL_CFLAGS "${KDL_CFLAGS} -I\"${EIGEN3_INCLUDE_DIR}\"")

# Check the platform STL containers capabilities
include(cmake/CheckSTLContainers.cmake)
Expand Down

0 comments on commit 0bfa6c0

Please sign in to comment.