Skip to content

Commit

Permalink
fix INCLUDE_DIRS variable when path contains spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Mar 14, 2014
1 parent 9f902a1 commit 82ff7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/urdfdom_headers-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if (@PACKAGE_NAME@_CONFIG_INCLUDED)
endif()
set(@PACKAGE_NAME@_CONFIG_INCLUDED TRUE)

set(@PACKAGE_NAME@_INCLUDE_DIRS @CMAKE_INSTALL_PREFIX@/include)
set(@PACKAGE_NAME@_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include")

0 comments on commit 82ff7df

Please sign in to comment.