Skip to content

Commit

Permalink
Rollback CMake change
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Dec 21, 2023
1 parent ed30c9e commit f417137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ClapTargetHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function(clap_juce_extensions_plugin_internal)
)
endif()

target_compile_definitions(${target} PUBLIC
target_compile_definitions(${claptarget} PRIVATE
CLAP_ID="${CJA_CLAP_ID}"
CLAP_FEATURES=${CJA_CLAP_FEATURES_PARSED}
CLAP_MANUAL_URL="${CJA_CLAP_MANUAL_URL}"
Expand Down

0 comments on commit f417137

Please sign in to comment.