Commit c3db8330 by Benjamin Buch Committed by GitHub

enable CMP0141 to allow user CMAKE_MSVC_DEBUG_INFORMATION_FORMAT

parent 93ef827f
......@@ -48,6 +48,11 @@ if (POLICY CMP0067)
cmake_policy(SET CMP0067 NEW)
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)
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