Browse Source

We don't need the json directory. Remove from cmake.

Steve Thielemann 3 years ago
parent
commit
a0ded69931
3 changed files with 3 additions and 4 deletions
  1. 1 0
      CMakeLists.conan
  2. 1 2
      CMakeLists.main
  3. 1 2
      CMakeLists.txt

+ 1 - 0
CMakeLists.conan

@@ -45,6 +45,7 @@ set(CMAKE_CXX_EXTENSIONS ON)
 #   message("*** ERROR/MISSING *** please run: git clone https://github.com/nlohmann/json.git --depth 1")
 #   message("***")
 # endif()
+# add_subdirectory(json)
 
 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/googletest)
   message("***")

+ 1 - 2
CMakeLists.main

@@ -42,8 +42,7 @@ INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )
 #   message("*** ERROR/MISSING *** please run: git clone https://github.com/nlohmann/json.git --depth 1")
 #   message("***")
 # endif()
-
-add_subdirectory(json)
+# add_subdirectory(json)
 
 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/googletest)
   message("***")

+ 1 - 2
CMakeLists.txt

@@ -42,8 +42,7 @@ INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )
 #   message("*** ERROR/MISSING *** please run: git clone https://github.com/nlohmann/json.git --depth 1")
 #   message("***")
 # endif()
-
-add_subdirectory(json)
+# add_subdirectory(json)
 
 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/googletest)
   message("***")