Skip to content

Commit

Permalink
Remove stduuid find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
lindkvis committed Jun 11, 2024
1 parent 9b31ff1 commit a8cefca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ endif()
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

find_package(nlohmann_json CONFIG REQUIRED)

Check failure on line 95 in Core/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / caffa-x64 (ubuntu-22.04)

Could not find a package configuration file provided by "nlohmann_json"

Check failure on line 95 in Core/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / caffa-x64 (macos-13)

Could not find a package configuration file provided by "nlohmann_json"

Check failure on line 95 in Core/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / caffa-x64 (ubuntu-22.04)

Could not find a package configuration file provided by "nlohmann_json"

Check failure on line 95 in Core/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / caffa-x64 (macos-13)

Could not find a package configuration file provided by "nlohmann_json"
find_package(stduuid CONFIG REQUIRED)

target_link_libraries(
${PROJECT_NAME}
Expand Down

0 comments on commit a8cefca

Please sign in to comment.