We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac7ba0 commit 67d6fdcCopy full SHA for 67d6fdc
1 file changed
OREAnalytics-SWIG/Python/CMakeLists.txt
@@ -91,7 +91,7 @@ set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERT
91
set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-includeall")
92
#set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-py3")
93
94
-# Tell SWIG to build a Python module, to be called "OREAnalytics"
+# Tell SWIG to build a Python module, to be called "ORE"
95
# NB: Variable CMAKE_DEBUG_POSTFIX holds the suffix of the lib name on disk.
96
# Function swig_add_library() (defined in module UseSWIG.cmake) misappropriates this variable in two ways:
97
# 1) It uses the variable as part of the name of a function in the autogenerated C source code.
0 commit comments