summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/ProcessorCountTest.cmake.in
blob: 0815fd8478f4499af2d528d4d24cadac1b84d532 (plain)
1
2
3
4
5
6
7
8
9
include(ProcessorCount)

ProcessorCount(processor_count)
message("processor_count='${processor_count}'")

if(processor_count EQUAL 0)
  message(FATAL_ERROR "could not determine number of processors
- Additional code needed in ProcessorCount.cmake?")
endif()