Commit 7152f9bc by Copybara-Service

Merge pull request #1485 from bebuch:patch-1

PiperOrigin-RevId: 546421283
Change-Id: I44bc6b8fe386cf947fc5c91945d5eca4333fd4ae
parents 93ef827f c3db8330
...@@ -48,6 +48,11 @@ if (POLICY CMP0067) ...@@ -48,6 +48,11 @@ if (POLICY CMP0067)
cmake_policy(SET CMP0067 NEW) cmake_policy(SET CMP0067 NEW)
endif (POLICY CMP0067) endif (POLICY CMP0067)
# Allow the user to specify the CMAKE_MSVC_DEBUG_INFORMATION_FORMAT
if (POLICY CMP0141)
cmake_policy(SET CMP0141 NEW)
endif (POLICY CMP0141)
project(absl LANGUAGES CXX) project(absl LANGUAGES CXX)
include(CTest) include(CTest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment