From e39ad2c1ca5145bd38744ea65f585d2d26eaa92b Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 7 Apr 2024 23:20:59 +0200 Subject: [PATCH] Our probe is actually for SWIG + Python3 Indicate so in the final configuration overview. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7bbc67b..e8bcfbff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -437,9 +437,9 @@ else() endif() if(HAVE_SWIG) - message(STATUS "DO HAVE swig") + message(STATUS "DO HAVE swig+Python3") else() - message(STATUS "DON'T HAVE swig") + message(STATUS "DON'T HAVE swig+Python3") endif() message(STATUS "----------------------")