Skip to content

Commit

Permalink
Fix cmake for juce 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Nov 27, 2024
1 parent 0f1efea commit 3f37f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(FGM_VERSION 1.4.0)
project(foleys_gui_magic
DESCRIPTION "PluginGuiMagic"
HOMEPAGE_URL "https://foleysfinest.com/PluginGuiMagic"
LANGUAGES CXX)
LANGUAGES C CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMakeIncludes")

Expand Down
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project (FoleysGUIMagicTests
VERSION ${FGM_VERSION}
DESCRIPTION "Unit tests for the foleys_gui_magic JUCE module"
HOMEPAGE_URL "https://foleysfinest.com/developer/pluginguimagic/"
LANGUAGES CXX)
LANGUAGES C CXX)

enable_testing()

Expand Down

0 comments on commit 3f37f2a

Please sign in to comment.