Our probe is actually for SWIG + Python3

Indicate so in the final configuration overview.
This commit is contained in:
Joerg Wunsch
2024-04-07 23:20:59 +02:00
parent 57bab83374
commit e39ad2c1ca

View File

@@ -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 "----------------------")