Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJourdan authored Aug 27, 2024
1 parent 3f5c8ab commit c54f610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.29)
cmake_minimum_required(VERSION 3.22)

# c++ flags
set(CMAKE_CXX_STANDARD 17)
Expand All @@ -19,4 +19,4 @@ if(${PYTHON_BINDINGS})
add_subdirectory(python)
else(${PYTHON_BINDINGS})
add_subdirectory(app)
endif(${PYTHON_BINDINGS})
endif(${PYTHON_BINDINGS})

0 comments on commit c54f610

Please sign in to comment.