mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 10:41:03 +08:00
had trouble finding Python on Windows
With this change, `make jsoncpp_check` will still fail if Python is missing, so our CI tests are unaffected.
This commit is contained in:
parent
7ec98dc9fe
commit
2a840c105c
@ -1,4 +1,4 @@
|
|||||||
FIND_PACKAGE(PythonInterp 2.6 REQUIRED)
|
FIND_PACKAGE(PythonInterp 2.6)
|
||||||
|
|
||||||
IF(JSONCPP_LIB_BUILD_SHARED)
|
IF(JSONCPP_LIB_BUILD_SHARED)
|
||||||
ADD_DEFINITIONS( -DJSON_DLL )
|
ADD_DEFINITIONS( -DJSON_DLL )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user