Skip to content

Commit

Permalink
🔧 [CMakeLists.txt] Ignore warnings from external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 5, 2025
1 parent 96f5812 commit 917c823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,12 @@ set(BUILD_STATIC_LIBS ON CACHE BOOL "" FORCE)
add_subdirectory(lib/spawn_process)
target_link_libraries(Coollab-Launcher-Properties INTERFACE Cool::spawn_process)

# JSON
FetchContent_Declare(
json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.11.3
)
FetchContent_MakeAvailable(json)
target_link_libraries(Coollab-Launcher-Properties INTERFACE nlohmann_json::nlohmann_json)

# MINIZ
FetchContent_Declare(
miniz
GIT_REPOSITORY https://github.com/richgel999/miniz.git
GIT_TAG 3.0.2
SYSTEM
)
FetchContent_MakeAvailable(miniz)
target_link_libraries(Coollab-Launcher-Properties INTERFACE miniz)
Expand Down
2 changes: 1 addition & 1 deletion Lab
Submodule Lab updated 1 files
+1 −1 Cool

0 comments on commit 917c823

Please sign in to comment.