diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 17:22:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 17:22:48 +0200 |
commit | ec6e34b08a768cc89bce358be5eca13d908344a1 (patch) | |
tree | 0d3d8b4752abe8e064fde24c14ac2e2ec195d8f4 /CMakeLists.txt | |
parent | dcb317150e34f8e5706c89d7774353ba1e8dd83e (diff) |
cmake: remove some complex code
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 4 |
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() |