cmake_policy_fix.patch 337 B

123456789101112
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 004dd076..cb7eed81 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -11,6 +11,7 @@
  6. # General settings
  7. ###############################################################################
  8. cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
  9. +cmake_policy(SET CMP0057 NEW)
  10. project(SOCI)