Skip to content

Commit

Permalink
Support CMAKE_MSVC_RUNTIME_LIBRARY
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Aug 2, 2024
1 parent b32e641 commit 5c7ff7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.0)

if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()

# Defer enabling C and CXX languages.
project(AWSLC NONE)

Expand Down

0 comments on commit 5c7ff7a

Please sign in to comment.