We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebd329 commit d209d13Copy full SHA for d209d13
libcxx/modules/CMakeLists.txt
@@ -207,10 +207,10 @@ add_custom_target(generate-cxx-modules
207
# Use the relative path between the installation and the module in the json
208
# file. This allows moving the entire installation to a different location.
209
cmake_path(ABSOLUTE_PATH LIBCXX_INSTALL_LIBRARY_DIR
210
- BASE_DIRECTORY ${CMAKE_INSTALL_PREFIX}
+ BASE_DIRECTORY "${CMAKE_INSTALL_PREFIX}"
211
OUTPUT_VARIABLE ABS_LIBRARY_DIR)
212
cmake_path(ABSOLUTE_PATH LIBCXX_INSTALL_MODULES_DIR
213
214
OUTPUT_VARIABLE ABS_MODULES_DIR)
215
file(RELATIVE_PATH LIBCXX_MODULE_RELATIVE_PATH
216
${ABS_LIBRARY_DIR}
0 commit comments