Skip to content

Commit

Permalink
Quote some include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Sep 21, 2010
1 parent c8a3895 commit 77f329d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FindGMTL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GMTL DEFAULT_MSG GMTL_INCLUDE_DIR)

if(GMTL_FOUND)
set(GMTL_INCLUDE_DIRS ${GMTL_INCLUDE_DIR})
set(GMTL_INCLUDE_DIRS "${GMTL_INCLUDE_DIR}")
mark_as_advanced(GMTL_ROOT_DIR)
endif()

Expand Down
2 changes: 1 addition & 1 deletion FindVPR20.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ find_package_handle_standard_args(VPR20

if(VPR20_FOUND)

set(VPR20_INCLUDE_DIRS ${VPR20_INCLUDE_DIR} ${_deps_includes})
set(VPR20_INCLUDE_DIRS "${VPR20_INCLUDE_DIR}" ${_deps_includes})

clean_directory_list(VPR20_INCLUDE_DIRS)

Expand Down
2 changes: 1 addition & 1 deletion FindVRJ22.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ if(VRJ22_FOUND)
list(APPEND _DEPS ${VRJ22_libm_LIBRARY})
endif()

set(VRJ22_INCLUDE_DIRS ${VRJ22_INCLUDE_DIR})
set(VRJ22_INCLUDE_DIRS "${VRJ22_INCLUDE_DIR}")
list(APPEND
VRJ22_INCLUDE_DIRS
${JCCL12_INCLUDE_DIRS}
Expand Down

0 comments on commit 77f329d

Please sign in to comment.