Remove CMake params who are not required with 20.08

This commit is contained in:
Kevin Degeling 2020-09-17 20:23:14 +02:00
parent 5edf77d9da
commit 4284b26fc6

View file

@ -44,9 +44,6 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
config-opts: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required for 19.08 using GCC C++ 9.2
# Required for ARM targets
- -DCMAKE_CXX_FLAGS=-lrt -ldl
sources: sources:
- type: archive - type: archive
url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz
@ -58,9 +55,6 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
config-opts: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required for 19.08 using GCC C++ 9.2
# Required for ARM targets
- -DCMAKE_CXX_FLAGS=-lrt -ldl
sources: sources:
- type: git - type: git
url: https://github.com/coelckers/gzdoom.git url: https://github.com/coelckers/gzdoom.git