Browse Source

Support cmake older than 3.7 (#203)

hl_urbicide
Roman Chistokhodov 3 years ago committed by GitHub
parent
commit
db4cd7846d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
cmake_minimum_required(VERSION 2.8.12)
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.15.0")
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.15.0")
cmake_policy(SET CMP0091 NEW)
endif()

Loading…
Cancel
Save