You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
9 years ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 3a521c8..2c0a323 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -61,6 +61,8 @@ set_package_properties(BISON PROPERTIES
|
||
|
PURPOSE "Required for the Trader parser"
|
||
|
)
|
||
|
|
||
|
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
|
||
|
+
|
||
|
# create a Config.cmake and a ConfigVersion.cmake file and install them
|
||
|
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Service")
|
||
|
|