Tidy
Some checks failed
dropshell-build / build (push) Failing after 17s

This commit is contained in:
j842
2025-06-12 14:48:14 +12:00
parent a01ae2ecfb
commit 4519f062b2
3 changed files with 18 additions and 9 deletions

View File

@ -50,19 +50,11 @@ target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src
)
# External dependencies
include(FetchContent)
FetchContent_Declare(
nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.12.0
)
FetchContent_MakeAvailable(nlohmann_json)
# Find packages
set(CMAKE_PREFIX_PATH /usr/local)
find_package(OpenSSL REQUIRED)
find_package(Drogon CONFIG REQUIRED)
find_package(nlohmann_json REQUIRED)
# Link libraries
target_link_libraries(${PROJECT_NAME} PRIVATE