Skip to content

Commit

Permalink
Merge pull request #580 from Yicong-Huang/patch-1
Browse files Browse the repository at this point in the history
Make cmake build on path with spaces.
  • Loading branch information
sergiud authored Sep 29, 2020
2 parents af4df08 + c652590 commit 5bc1e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ configure_file (glog-modules.cmake.in
install (CODE
"
set (glog_FULL_CMake_DATADIR \"\\\${CMAKE_CURRENT_LIST_DIR}/${glog_REL_CMake_DATADIR}\")
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/glog-modules.cmake.in
configure_file (\"${CMAKE_CURRENT_SOURCE_DIR}/glog-modules.cmake.in\"
\"${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/glog-modules.cmake\" @ONLY)
file (INSTALL
\"${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/glog-modules.cmake\"
Expand Down

0 comments on commit 5bc1e11

Please sign in to comment.