We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7402e commit 2264a61Copy full SHA for 2264a61
1 file changed
CMakeLists.txt
@@ -5,6 +5,9 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
5
set(CMAKE_CXX_STANDARD 17)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
8
+# TODO: Remove this when upgrading to a newer version of backward-cpp (newer than v1.6)
9
+set(CMAKE_POLICY_VERSION_MINIMUM 3.14 CACHE STRING "" FORCE)
10
+
11
if(MSVC)
12
# Ensure debug symbols are generated and linked
13
add_compile_options(/Zi)
0 commit comments