Skip to content

Commit

Permalink
had trouble finding Python on Windows
Browse files Browse the repository at this point in the history
With this change, `make jsoncpp_check` will still fail if Python
is missing, so our CI tests are unaffected.
  • Loading branch information
cdunn2001 committed Mar 5, 2015
1 parent 7ec98dc commit 2a840c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsontestrunner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FIND_PACKAGE(PythonInterp 2.6 REQUIRED)
FIND_PACKAGE(PythonInterp 2.6)

IF(JSONCPP_LIB_BUILD_SHARED)
ADD_DEFINITIONS( -DJSON_DLL )
Expand Down

0 comments on commit 2a840c1

Please sign in to comment.