summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ouroboros/wrap/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/wrap/CMakeLists.txt b/include/ouroboros/wrap/CMakeLists.txt
index bac035b8..4b4af98e 100644
--- a/include/ouroboros/wrap/CMakeLists.txt
+++ b/include/ouroboros/wrap/CMakeLists.txt
@@ -5,7 +5,7 @@ find_package(SWIG QUIET)
if (NOT SWIG_FOUND)
message(STATUS "Install SWIG to enable bindings for other languages")
else ()
- set(DISABLE_SWIG FALSE CACHE BOOL "Disable SWIG support")
+ set(DISABLE_SWIG TRUE CACHE BOOL "Disable SWIG support")
if (NOT DISABLE_SWIG)
message(STATUS "SWIG support enabled")
include(${SWIG_USE_FILE})
@@ -69,7 +69,7 @@ else ()
DESTINATION ${PYTHON_MODULE_PATH})
endif ()
else ()
- message(STATUS "SWIG support disabled by user")
+ message(STATUS "SWIG support disabled")
endif ()
endif ()