Skip to content

Commit

Permalink
Better CMake support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhaase committed Dec 19, 2023
1 parent 4467c76 commit 40800bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ if (MelatoninBlur_IS_TOP_LEVEL)
target_compile_options(Benchmarks PUBLIC $<$<CONFIG:RelWithDebInfo>:-Ofast>)
endif ()
else ()
message(WARNING "This CMake config is just for CI tests.\nSubmit an Issue / PR if you want more CMake support: https://github.com/sudara/melatonin_blur ")
juce_add_module("${CMAKE_CURRENT_SOURCE_DIR}")
endif ()

0 comments on commit 40800bc

Please sign in to comment.