Skip to content

Commit

Permalink
revert 77
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 23, 2024
1 parent af654fb commit 625736b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ cmake_minimum_required(VERSION 3.9)
project(aws-crt-dotnet C)
option(BUILD_DEPS "Builds aws common runtime dependencies as part of build" ON)

if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW) # Enable options to get their values from normal variables
endif()

if (DEFINED CMAKE_PREFIX_PATH)
file(TO_CMAKE_PATH ${CMAKE_PREFIX_PATH} CMAKE_PREFIX_PATH)
endif()
Expand Down

0 comments on commit 625736b

Please sign in to comment.