Skip to content

Commit c33e8f2

Browse files
author
Max Weidauer
committed
bumped juce, gtest and googlebenchmark versions
1 parent 5d1a89e commit c33e8f2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ include(FetchContent)
8181
# Externally provided libraries
8282
# Using zip files instead is faster
8383
FetchContent_Declare(googletest
84-
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip)
84+
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip)
8585

8686
FetchContent_Declare(benchmark
8787
GIT_REPOSITORY https://github.com/google/benchmark.git
88-
GIT_TAG v1.8.0)
88+
GIT_TAG v1.9.5)
8989

9090
# This command ensures that each of the named dependencies are made available to the project by the time it returns. If the dependency has already been populated the command does nothing. Otherwise, the command populates the dependency and then calls add_subdirectory() on the result.
9191
FetchContent_MakeAvailable(googletest)
@@ -139,4 +139,6 @@ foreach(PLUGIN IN LISTS PLUGIN_LIST)
139139
# gtest_discover_tests will register a CTest test for each gtest and run them all in parallel with the rest of the Test.
140140
gtest_discover_tests(Test_${PLUGIN})
141141

142-
endforeach()
142+
endforeach()
143+
144+
# add_subdirectory ("modules/pluginval")

modules/JUCE

Submodule JUCE updated 1222 files

0 commit comments

Comments
 (0)