diff options
author | Brad King <brad.king@kitware.com> | 2022-06-10 14:39:42 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-10 14:40:06 (GMT) |
commit | 99a0f1b1b26283a6de308c604ddc9436f900ca36 (patch) | |
tree | c305be8cfdc73b93b6998f0e8036dc7d482fdc11 /Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake | |
parent | 5ed9232d781ccfa3a9fae709e12999c6649aca2f (diff) | |
parent | 7d73e88d3a7490cf1047369da8292a57c0b60bce (diff) | |
download | CMake-99a0f1b1b26283a6de308c604ddc9436f900ca36.zip CMake-99a0f1b1b26283a6de308c604ddc9436f900ca36.tar.gz CMake-99a0f1b1b26283a6de308c604ddc9436f900ca36.tar.bz2 |
Merge topic 'revert-msvc-compilers-default-to-ZI'
7d73e88d3a MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !7344
Diffstat (limited to 'Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake')
-rw-r--r-- | Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake b/Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake deleted file mode 100644 index 7dda266..0000000 --- a/Tests/RunCMake/MSVCDebugInformationFormat/CMP0138-NEW.cmake +++ /dev/null @@ -1,2 +0,0 @@ -cmake_policy(SET CMP0138 NEW) -include(CMP0138-common.cmake) |