cMake: Make a failure to import Pivy non-fatal

This commit is contained in:
Chris Hennes
2024-06-27 20:22:34 -05:00
parent d9ba737132
commit f28394a376

View File

@@ -37,7 +37,7 @@ macro(SetupCoin3D)
if (RETURN_CODE EQUAL 0)
message(STATUS "Found Pivy ${PIVY_VERSION}")
else ()
message(FATAL_ERROR "Failed to import Pivy using ${Python3_EXECUTABLE}")
message(ERROR "Failed to import Pivy using ${Python3_EXECUTABLE}")
endif ()
ENDIF ()