Skip to content

Commit

Permalink
Fix cmake typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 28, 2025
1 parent 64783ce commit 526ac75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ endif()

set(PLUGDATA_VERSION "0.9.2")
set_directory_properties(PROPERTIES JUCE_COMPANY_NAME "plugdata")
set_directory_properties(PROPERTIES JUCE_COMPANY_NAME "plugdata by Timothy Schoen")
set_directory_properties(PROPERTIES JUCE_COMPANY_NAME "plugdata.org")
set_directory_properties(PROPERTIES JUCE_COMPANY_COPYRIGHT "plugdata by Timothy Schoen")
set_directory_properties(PROPERTIES JUCE_COMPANY_WEBSITE "plugdata.org")

cmake_policy(SET CMP0091 NEW)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
Expand Down Expand Up @@ -242,6 +242,7 @@ set(JUCE_COMPILE_DEFINITIONS
JUCE_SILENCE_XCODE_15_LINKER_WARNING=1
JUCE_USE_XRENDER=1
JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS=0
JucePlugin_Enable_IAA=1
)

if(LINUX)
Expand Down

0 comments on commit 526ac75

Please sign in to comment.