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.
2 parents da8de3e + dacf0df commit f361c16Copy full SHA for f361c16
src/LimaScripting/CMakeLists.txt
@@ -26,7 +26,6 @@ set (ALL_TARGETS LimaScripting)
26
set_property (SOURCE LimaScripting.i PROPERTY CPLUSPLUS ON)
27
swig_add_library (LimaScripting TYPE SHARED LANGUAGE PYTHON SOURCES ${CPP_SOURCES})
28
cmake_policy (SET CMP0086 NEW)
29
-set_source_files_properties (LimaScripting.i PROPERTIES CPLUSPLUS ON)
30
set_source_files_properties (LimaScripting.i PROPERTIES SWIG_MODULE_NAME LimaScripting)
31
32
# Objectif avoir les flags de compilation SWIG suivants :
0 commit comments