cmake-gui: Refactor installation into CMake.app/Contents on macOS

Instead of mutating `CMAKE_INSTALL_PREFIX`, add a `CMake.app/Contents/`
prefix to install destinations besides the `cmake-gui` target itself.
This commit is contained in:
Brad King
2025-10-25 13:51:57 -04:00
parent a65d986850
commit 7ebad5d201
28 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ set(KWSYS_USE_MD5 1)
set(KWSYS_USE_Process 1)
set(KWSYS_USE_CommandLineArguments 1)
set(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
set(KWSYS_INSTALL_DOC_DIR "${CMAKE_DOC_DIR}")
set(KWSYS_INSTALL_DOC_DIR "${CMake_INSTALL_DOC_DIR}")
if(CMake_NO_CXX_STANDARD)
set(KWSYS_CXX_STANDARD "")
endif()