We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d2a49 commit 7f588a6Copy full SHA for 7f588a6
src/fedex_python/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-if(PYTHON_GENERATOR)
+if(SCL_PYTHON_GENERATOR)
2
3
include_directories(
4
${SCL_SOURCE_DIR}/include
@@ -43,4 +43,4 @@ set(fedex_python_SOURCES
43
SCL_ADDEXEC(fedex_python "${fedex_python_SOURCES} ${fedex_plus_MSVC_SOURCES}" "libexppp express base")
44
45
add_dependencies( fedex_python version_string )
46
-endif(PYTHON_GENERATOR)
+endif(SCL_PYTHON_GENERATOR)
0 commit comments