Skip to content

Commit

Permalink
Update CMake minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 2, 2024
1 parent 7136fc2 commit 50d4a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<<<<<<< Updated upstream
cmake_minimum_required(VERSION 3.21)
project(math_approx VERSION 1.0.0 LANGUAGES CXX)
=======
cmake_minimum_required(VERSION 3.18)
project(math_approx)
set(CMAKE_CXX_STANDARD 20)
>>>>>>> Stashed changes

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/)

Expand Down

0 comments on commit 50d4a11

Please sign in to comment.