now pulling cmake dependencies from dep-cmake
This commit is contained in:
@@ -15,6 +15,7 @@ SET(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
INCLUDE(CheckCXXCompilerFlag)
|
||||
INCLUDE(cmake/cmake_function.cmake)
|
||||
INCLUDE(cmake/cmake_macro.cmake)
|
||||
INCLUDE(FetchContent)
|
||||
|
||||
#Project name
|
||||
PROJECT(Noggit)
|
||||
@@ -378,8 +379,6 @@ ENDIF()
|
||||
|
||||
includePlatform("pack")
|
||||
|
||||
INCLUDE(FetchContent)
|
||||
|
||||
# Dependency: json.hpp
|
||||
FetchContent_Declare (json
|
||||
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
|
||||
|
||||
Reference in New Issue
Block a user