summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CPack/tests/THREADED_ALL/test.cmake
blob: af39e5f2c9179b6e7403ad414ee27079e3e7e1cd (plain)
1
2
3
4
5
6
7
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)

set(CPACK_THREADS "-4")

if(PACKAGING_TYPE STREQUAL "COMPONENT")
  set(CPACK_COMPONENTS_ALL test)
endif()