Skip to content

Commit cdfbea1

Browse files
[cmake] minor set 144 policy to address warning
1 parent d39d100 commit cdfbea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/dependency_management.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.12)
2+
cmake_policy(SET CMP0144 NEW) # find_package also uses <PACKAGENAME>_ROOT variables into account
23

34
# --------------------------------------------------------------------------------------------------
45
# _append_to_target_dependency_list and _append_to_target_thirdparty_dependency_list

0 commit comments

Comments
 (0)