Skip to content

Commit

Permalink
Merge pull request #1875 from Robzz/fix_ensenso_sdk_detection_windows
Browse files Browse the repository at this point in the history
Fix detection of the Ensenso SDK on Windows when the path contains spaces
  • Loading branch information
taketwo committed May 30, 2017
2 parents ecd2e89 + 45531d2 commit aa5623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCLConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ macro(find_ensenso)
endif()

if(NOT ENSENSO_ROOT AND ("@HAVE_ENSENSO@" STREQUAL "TRUE"))
get_filename_component(ENSENSO_ABI_HINT @ENSENSO_INCLUDE_DIR@ PATH)
get_filename_component(ENSENSO_ABI_HINT "@ENSENSO_INCLUDE_DIR@" PATH)
endif()

find_path(ENSENSO_INCLUDE_DIR nxLib.h
Expand Down

0 comments on commit aa5623c

Please sign in to comment.