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 a4045a3 commit a955d2bCopy full SHA for a955d2b
1 file changed
src/ifcwrap/CMakeLists.txt
@@ -21,7 +21,11 @@ cmake_policy(SET CMP0177 NEW)
21
22
FIND_PACKAGE(SWIG)
23
IF(NOT SWIG_FOUND)
24
- MESSAGE(FATAL_ERROR "BUILD_IFCPYTHON enabled, but unable to find SWIG. Disable BUILD_IFCPYTHON or fix SWIG paths to proceed.")
+ MESSAGE(
25
+ FATAL_ERROR
26
+ "BUILD_IFCPYTHON enabled, but unable to find SWIG. Disable BUILD_IFCPYTHON or fix SWIG paths to proceed. "
27
+ "Likely SWIG_EXECUTABLE is missing (current value - '${SWIG_EXECUTABLE}')."
28
+ )
29
ENDIF()
30
include(GNUInstallDirs)
31
INCLUDE(${SWIG_USE_FILE})
0 commit comments