mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 10:25:47 +02:00
Fix CMake subproject behaviour.
This commit is contained in:

committed by
Christopher Dunn

parent
740e0207b1
commit
b3deb61f87
@@ -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
|
||||
|
Reference in New Issue
Block a user