Skip to content

Commit 609ea0b

Browse files
committed
stop and fix the CMAKE_MSVC_RUNTIME_LIBRARY issue by setting CMP0091 policy to NEW
1 parent 4877009 commit 609ea0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# See docs/CMake.html for instructions about how to build LLVM with CMake.
22
cmake_minimum_required(VERSION 2.8.12.2)
3+
cmake_policy(SET CMP0091 NEW)
34

45
if (NOT "${DXC_CMAKE_BEGINS_INCLUDE}" STREQUAL "")
56
include(${DXC_CMAKE_BEGINS_INCLUDE})

0 commit comments

Comments
 (0)