Enabled modifying MSVC runtime in cmake (#559)

This commit is contained in:
vhutter 2023-09-11 14:57:09 +02:00 committed by GitHub
parent 4634b5617c
commit 3c941a2312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.5)
if (POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif (POLICY CMP0091)
# By default, the version information is extracted from the git index. However,
# we can override this behavior by explicitly setting ADS_VERSION and
# skipping the git checks. This is useful for cases where this project is being