Skip to content

Commit

Permalink
MMVII: cmake: restore project name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Feb 19, 2024
1 parent 942e72d commit cdb541d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MMVII/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Global configuration
#######################################################
cmake_minimum_required(VERSION 3.15)
project(MMVII VERSION 1.0)

# strict C++17 required
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit cdb541d

Please sign in to comment.