Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CMP0037
/
NEW-cond-package_source.cmake
blob: 3f8883b3d46c050f2fc9fdb457e860a530bb6eeb [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0037 NEW
)
file
(
WRITE
"${CMAKE_BINARY_DIR}/CPackSourceConfig.cmake"
""
)
add_custom_target
(
test
)
add_custom_target
(
package
)
add_custom_target
(
package_source
)