Skip to content
Snippets Groups Projects
Unverified Commit 051917af authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #310 from nim65s/topic/_snprintf

define HAVE_SNPRINTF for windows, fix #309
parents ee019518 6b82dbd8
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ if(NOT WIN32)
else()
target_compile_options(${PROJECT_NAME}
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:-bigobj>)
target_compile_definitions(${PROJECT_NAME} PUBLIC "HAVE_SNPRINTF")
endif()
target_link_boost_python(${PROJECT_NAME} PUBLIC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment