mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01: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)
|
||||
ADD_DEFINITIONS( -DJSON_DLL )
|
||||
|
Loading…
Reference in New Issue
Block a user