Skip to content

Commit

Permalink
Update InstallDependencies.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored Jul 30, 2023
1 parent 97bb69e commit 4d03d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/InstallDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(GetPrerequisites)
include(CMakeParseArguments)

# Project's cmake_minimum_required doesn't always propagate
cmake_policy(SET CMP0057 NEW)
cmake_policy(SET CMP0057 NEW) # Support new if() IN_LIST operator.

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

0 comments on commit 4d03d2c

Please sign in to comment.