mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
77b515f3eb
Rename to Step 12 and ensure that it follows Step 11
7 lines
133 B
CMake
7 lines
133 B
CMake
include("release/CPackConfig.cmake")
|
|
|
|
set(CPACK_INSTALL_CMAKE_PROJECTS
|
|
"debug;Tutorial;ALL;/"
|
|
"release;Tutorial;ALL;/"
|
|
)
|