Skip to content

Commit

Permalink
Specify cmake minimum version.
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
antoniovazquezblanco authored Oct 20, 2023

Verified

This commit was signed with the committer’s verified signature.
xieyuschen Griffin
1 parent 735801b commit cda18b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PcFileGenerator.cmake
Original file line number Diff line number Diff line change
@@ -23,6 +23,9 @@ Custom functions
#]=======================================================================]

# GNUInstallDirs_get_absolute_install_dir <dirname> parameter was added in 3.20
# https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html#command:gnuinstalldirs_get_absolute_install_dir
cmake_minimum_required(VERSION 3.20)

include(GNUInstallDirs)

0 comments on commit cda18b5

Please sign in to comment.