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.
1 parent 4c486b6 commit c11299dCopy full SHA for c11299d
CMakeLists.txt
@@ -37,7 +37,7 @@ if(NOT taocpp-json_FOUND)
37
set(TAOCPP_JSON_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_DATAROOTDIR}/json/cmake CACHE STRING "Override taoJSON cmake install directory")
38
add_subdirectory(external/json)
39
else()
40
- if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.11)
+ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.4)
41
include(FetchContent)
42
FetchContent_Declare(
43
taocpp-json
0 commit comments