Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert attempt, add explaination
  • Loading branch information
tresf committed Jul 31, 2023
commit 4f05995de3fe50906e6107314e5013346b6f2919
3 changes: 2 additions & 1 deletion cmake/modules/InstallDependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include(GetPrerequisites)
include(CMakeParseArguments)

cmake_minimum_required(${CMAKE_MINIMUM_REQUIRED_VERSION})
# Project's cmake_minimum_required doesn't always propagate
cmake_policy(SET CMP0057 NEW)
Comment thread
tresf marked this conversation as resolved.
Outdated

function(make_absolute var)
get_filename_component(abs "${${var}}" ABSOLUTE BASE_DIR "${CMAKE_INSTALL_PREFIX}")
Expand Down