We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e6b31 commit b907f01Copy full SHA for b907f01
cmake/ReadoutDependencies.cmake
@@ -24,6 +24,8 @@ if (Numa_FOUND)
24
ADD_DEFINITIONS(-DWITH_NUMA)
25
else (Numa_FOUND)
26
message(WARNING "Numa not found, corresponding features will be disabled.")
27
+ set(Numa_LIBRARIES "")
28
+ set(Numa_INCLUDE_DIRS "")
29
endif (Numa_FOUND)
30
31
ADD_DEFINITIONS(-DWITH_DATASAMPLING)
0 commit comments