Skip to content

Commit 2a840c1

Browse files
committed
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.
1 parent 7ec98dc commit 2a840c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsontestrunner/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FIND_PACKAGE(PythonInterp 2.6 REQUIRED)
1+
FIND_PACKAGE(PythonInterp 2.6)
22

33
IF(JSONCPP_LIB_BUILD_SHARED)
44
ADD_DEFINITIONS( -DJSON_DLL )

0 commit comments

Comments
 (0)