Skip to content

Commit

Permalink
⬇️ Downgrade to CMake 3.22 from 3.23
Browse files Browse the repository at this point in the history
Signed-off-by: Izzy Muerte <63051+bruxisma@users.noreply.github.com>
  • Loading branch information
bruxisma committed May 22, 2022
1 parent ab91763 commit 9657b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.23)
cmake_minimum_required(VERSION 3.22)
project(3DMMForever LANGUAGES CXX C VERSION 0.2)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 9657b62

Please sign in to comment.