summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-19 17:22:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-19 17:22:48 +0200
commitec6e34b08a768cc89bce358be5eca13d908344a1 (patch)
tree0d3d8b4752abe8e064fde24c14ac2e2ec195d8f4 /CMakeLists.txt
parentdcb317150e34f8e5706c89d7774353ba1e8dd83e (diff)
cmake: remove some complex code
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eee0e4c3..ba838a3e 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,7 +78,3 @@ endforeach()
merge_translations()
install_sources()
-
-foreach(k C CXX)
- fix_flags(${k} "DNDEBUG" "")
-endforeach()