Skip to content

Commit b907f01

Browse files
committed
workaround empty var instead of NOTFOUND
1 parent b3e6b31 commit b907f01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/ReadoutDependencies.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ if (Numa_FOUND)
2424
ADD_DEFINITIONS(-DWITH_NUMA)
2525
else (Numa_FOUND)
2626
message(WARNING "Numa not found, corresponding features will be disabled.")
27+
set(Numa_LIBRARIES "")
28+
set(Numa_INCLUDE_DIRS "")
2729
endif (Numa_FOUND)
2830

2931
ADD_DEFINITIONS(-DWITH_DATASAMPLING)

0 commit comments

Comments
 (0)