Set CMake policy.

This commit is contained in:
2021-10-18 04:24:12 +01:00
parent e6bd313555
commit 767e93bc41

View File

@@ -1,3 +1,5 @@
cmake_policy(SET CMP0077 NEW)
SET(ENABLE_LIB_ONLY ON)
SET(ENABLE_STATIC_LIB ON)