Skip to content

Commit

Permalink
[cmake] define CMake minimum required version first
Browse files Browse the repository at this point in the history
More recent versions of CMake emit a warning otherwise
  • Loading branch information
gruenich committed Nov 21, 2023
1 parent e87fd41 commit 6b86bac
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 @@ -2,8 +2,8 @@
# It is not actually needed for downstream use.
#

project(UseLatexMk)
cmake_minimum_required(VERSION 3.5)
project(UseLatexMk)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR})
include(UseLatexMk)
Expand Down

0 comments on commit 6b86bac

Please sign in to comment.