Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 2, 2024
1 parent 50d4a11 commit f6d55e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<<<<<<< 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
project(math_approx VERSION 1.0.0 LANGUAGES CXX)

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

Expand Down

0 comments on commit f6d55e7

Please sign in to comment.