Skip to content

Commit 7f588a6

Browse files
committed
Fixed fedex_python build
1 parent 38d2a49 commit 7f588a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fedex_python/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(PYTHON_GENERATOR)
1+
if(SCL_PYTHON_GENERATOR)
22

33
include_directories(
44
${SCL_SOURCE_DIR}/include
@@ -43,4 +43,4 @@ set(fedex_python_SOURCES
4343
SCL_ADDEXEC(fedex_python "${fedex_python_SOURCES} ${fedex_plus_MSVC_SOURCES}" "libexppp express base")
4444

4545
add_dependencies( fedex_python version_string )
46-
endif(PYTHON_GENERATOR)
46+
endif(SCL_PYTHON_GENERATOR)

0 commit comments

Comments
 (0)