package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
337 B

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 004dd076..cb7eed81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,7 @@
# General settings
###############################################################################
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+cmake_policy(SET CMP0057 NEW)
project(SOCI)