Skip to content
Snippets Groups Projects
Commit 12ad6ea0 authored by Lars Bilke's avatar Lars Bilke
Browse files

CMAKE_CXX_FLAGS_DEBUG is not always defined.

parent 066ad93b
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,8 @@ ...@@ -36,4 +36,8 @@
#define CMAKE_CXX_FLAGS "" #define CMAKE_CXX_FLAGS ""
#endif // CMAKE_CXX_FLAGS #endif // CMAKE_CXX_FLAGS
#ifndef CMAKE_CXX_FLAGS_DEBUG
#define CMAKE_CXX_FLAGS_DEBUG ""
#endif // CMAKE_CXX_FLAGS_DEBUG
#endif // BUILDINFO_H #endif // BUILDINFO_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment