Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bagari committed Nov 2, 2024
1 parent 14c07a4 commit 2c4487a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Minimum required CMake version
cmake_minimum_required(VERSION 3.12)
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)

# Required CMake version
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
cmake_policy(SET CMP0077 NEW)
cmake_policy(SET CMP0042 NEW)
cmake_policy(SET CMP0167 NEW)
endif()

# Project name and version
project(CMREP VERSION 1.0.0)
Expand Down

0 comments on commit 2c4487a

Please sign in to comment.