summaryrefslogtreecommitdiffstats
path: root/Tests/MSVCDebugInformationFormat/override-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MSVCDebugInformationFormat/override-Fortran.cmake')
-rw-r--r--Tests/MSVCDebugInformationFormat/override-Fortran.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/MSVCDebugInformationFormat/override-Fortran.cmake b/Tests/MSVCDebugInformationFormat/override-Fortran.cmake
new file mode 100644
index 0000000..5d2db58
--- /dev/null
+++ b/Tests/MSVCDebugInformationFormat/override-Fortran.cmake
@@ -0,0 +1,4 @@
+set(var "CMAKE_Fortran_COMPILE_OPTIONS_MSVC_DEBUG_INFORMATION_FORMAT_Embedded")
+string(REPLACE "-Z7" "-Z7;-DTEST_Z7" "${var}" "${${var}}")
+set(var "CMAKE_Fortran_COMPILE_OPTIONS_MSVC_DEBUG_INFORMATION_FORMAT_ProgramDatabase")
+string(REPLACE "-Zi" "-Zi;-DTEST_Zi" "${var}" "${${var}}")