Skip to content

Commit 675d6bc

Browse files
author
Clement Champetier
committed
CMake: added a warn message if cannot find numpy headers
1 parent 2ac86bf commit 675d6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/tuttle/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ if (TuttleBoost_FOUND)
145145
if(NUMPY_FOUND)
146146
include_directories(${NUMPY_INCLUDE_DIR})
147147
else()
148+
message(WARNING "Cannot find numpy headers: TuttleOFX python binding will not use numpy.")
148149
set(SWIG_NUMPY_FLAG "-DWITHOUT_NUMPY")
149150
endif()
150151
endif()

0 commit comments

Comments
 (0)