From c188cb744ce6148ab0ff7496dfd31a76f1fb163d Mon Sep 17 00:00:00 2001 From: fshstk Date: Fri, 30 Sep 2022 14:38:31 +0200 Subject: [PATCH] Fix CMakeLists syntax target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know why the qmake2cmake script doesn't provide the correct syntax here... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a6d9e6..fc99009 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ target_link_libraries(samplebrain PRIVATE sndfile ) -target_compile_options(samplebrain +target_compile_options(samplebrain PUBLIC -O3 -Wall -Wno-unused