forked from pool/alure
3499a7e1e4
Fix tumbleweed OBS-URL: https://build.opensuse.org/request/show/954336 OBS-URL: https://build.opensuse.org/package/show/games/alure?expand=0&rev=9
12 lines
493 B
Diff
12 lines
493 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -376,7 +376,7 @@
|
|
SET(HAS_FLUIDSYNTH 1)
|
|
LINK_DIRECTORIES(${FLUIDSYNTH_LIBRARY_DIRS})
|
|
SET_SOURCE_FILES_PROPERTIES(src/codec_fluidsynth.cpp PROPERTIES
|
|
- COMPILE_FLAGS "${FLUIDSYNTH_CFLAGS}")
|
|
+ COMPILE_OPTIONS "${FLUIDSYNTH_CFLAGS}")
|
|
ENDIF(NOT FLUIDSYNTH_FOUND)
|
|
IF(HAS_FLUIDSYNTH)
|
|
SET(ALURE_OBJS ${ALURE_OBJS} src/codec_fluidsynth.cpp)
|