Stop forcing parameters on jansson. Modify their CMakeLists directly instead

This commit is contained in:
BtbN
2014-04-20 15:33:09 +02:00
parent afd8b63687
commit b586240fa0
2 changed files with 10 additions and 28 deletions

5
deps/CMakeLists.txt vendored
View File

@@ -4,9 +4,4 @@ if(WIN32)
endif()
add_subdirectory(glad)
set(BUILD_DOCS FALSE CACHE INTERNAL "" FORCE)
set(STATIC_CRT TRUE CACHE INTERNAL "" FORCE)
set(BUILD_SHARED_LIBS TRUE CACHE INTERNAL "" FORCE)
set(WITHOUT_TESTS TRUE CACHE INTERNAL "" FORCE)
add_subdirectory(jansson)