now pulling cmake dependencies from dep-cmake

This commit is contained in:
Alister
2021-12-09 20:38:11 +00:00
parent 8e4886fade
commit 77bf00284a
3 changed files with 6 additions and 2 deletions

View File

@@ -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