Skip to content

Commit

Permalink
Do not use -fno-char8_t on non c++20 builds (#994)
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Mar 10, 2024
1 parent bb3cf75 commit 4e0c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -112,7 +112,7 @@ target_sources(${RACK_PLUGIN_LIB} PRIVATE
src/XTWidgets.cpp)

target_link_libraries(${RACK_PLUGIN_LIB} PRIVATE Surge sst-rackhelpers)
target_compile_options(${RACK_PLUGIN_LIB} PUBLIC -fno-char8_t -Wno-sign-compare)
target_compile_options(${RACK_PLUGIN_LIB} PUBLIC -Wno-sign-compare)

file(COPY surge/resources/surge-shared/configuration.xml
surge/resources/surge-shared/windows.wt
Expand Down

0 comments on commit 4e0c376

Please sign in to comment.