mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-19 00:46:02 +01:00
Merge pull request #26 from alex-ac/master
Fix CMake subproject behaviour. Sweet. But doesn't this assume that people call the subproject `jsoncpp`? It used to be `json-cpp`.
This commit is contained in:
commit
c138933784
@ -71,7 +71,7 @@ macro(UseCompilationWarningAsError)
|
||||
endmacro()
|
||||
|
||||
# Include our configuration header
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/include )
|
||||
INCLUDE_DIRECTORIES( ${jsoncpp_SOURCE_DIR}/include )
|
||||
|
||||
if ( MSVC )
|
||||
# Only enabled in debug because some old versions of VS STL generate
|
||||
|
Loading…
x
Reference in New Issue
Block a user