Skip to content

Commit

Permalink
changed minimum version to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikrajraapeti committed Nov 12, 2024
1 parent e3a4024 commit f55fee3
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
Expand Up @@ -3,7 +3,7 @@
#
# Build core F prime.
####
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.18)
project(FPrime C CXX)
set(FPRIME_FRAMEWORK_PATH "${CMAKE_CURRENT_LIST_DIR}" CACHE PATH "Location of F prime framework" FORCE)
set(FPRIME_PROJECT_ROOT "${CMAKE_CURRENT_LIST_DIR}" CACHE PATH "Root path of F prime project" FORCE)
Expand Down

0 comments on commit f55fee3

Please sign in to comment.