Skip to content

Commit

Permalink
Add back JUCE VERSION to test console apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Sep 10, 2023
1 parent 2a3f030 commit d860d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/AddSubdirectory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FetchContent_MakeAvailable (JUCE)

add_subdirectory ("${MELATONIN_PERFETTO_ROOT}" "${CMAKE_CURRENT_BINARY_DIR}/melatonin_perfetto")

juce_add_console_app (test NEEDS_CURL FALSE NEEDS_WEB_BROWSER FALSE)
juce_add_console_app (test VERSION 1.0.0 NEEDS_CURL FALSE NEEDS_WEB_BROWSER FALSE)

# Reduce dependencies needed in CI
target_compile_definitions(test
Expand Down
4 changes: 2 additions & 2 deletions tests/FindPackage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FetchContent_Declare (JUCE
GIT_TAG origin/master
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
FIND_PACKAGE_ARGS 7.0.3)
FIND_PACKAGE_ARGS 7.0.6)

FetchContent_MakeAvailable (JUCE)

find_package (MelatoninPerfetto REQUIRED)

juce_add_console_app (test NEEDS_CURL FALSE NEEDS_WEB_BROWSER FALSE)
juce_add_console_app (test VERSION 1.0.0 NEEDS_CURL FALSE NEEDS_WEB_BROWSER FALSE)

# Reduce dependencies needed in CI
target_compile_definitions(test
Expand Down

0 comments on commit d860d06

Please sign in to comment.