Explorar o código

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

Steve Thielemann %!s(int64=3) %!d(string=hai) anos
pai
achega
a0ded69931
Modificáronse 3 ficheiros con 3 adicións e 4 borrados
  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("***")