We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 740e020 + b3deb61 commit c138933Copy full SHA for c138933
CMakeLists.txt
@@ -71,7 +71,7 @@ macro(UseCompilationWarningAsError)
71
endmacro()
72
73
# Include our configuration header
74
-INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/include )
+INCLUDE_DIRECTORIES( ${jsoncpp_SOURCE_DIR}/include )
75
76
if ( MSVC )
77
# Only enabled in debug because some old versions of VS STL generate
0 commit comments