Skip to content

Commit

Permalink
Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Sep 27, 2017
1 parent 8ee0a3d commit bb08e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/python/CMakeLists.txt
Expand Up @@ -65,6 +65,7 @@ foreach(SWIG_INTERFACE_SRC ${SWIG_INTERFACE_SRCS})
# See http://stackoverflow.com/questions/11311877/creating-a-dll-from-a-wrapped-cpp-file-with-swig
if (WIN32)
if (NOT PYTHON_DEBUG_LIBRARY)
message(STATUS "On windows without Python debug libaries")
target_compile_definitions(${MODULE_TARGET} PRIVATE $<$<CONFIG:Debug>:SWIG_PYTHON_INTERPRETER_NO_DEBUG>)
endif ()
endif ()
Expand Down

0 comments on commit bb08e2f

Please sign in to comment.