mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identification works in an install tree.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# just install the modules
|
||||
SUBDIRS(Platform)
|
||||
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
|
||||
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cpp$)
|
||||
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cxx$)
|
||||
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.in$)
|
||||
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.c$)
|
||||
|
||||
Reference in New Issue
Block a user