master
release
@@ -6,2 +6,4 @@
cmake_policy(SET CMP0053 NEW) # simpler variable expansion and escape sequence evaluation rules
endif()
if (POLICY CMP0177)
cmake_policy(SET CMP0177 OLD)
А зачем тут OLD? Разве у нас с NEW не заработает? У нас вроде с путями установки всё просто было
No dependencies set.
The note is not visible to the blocked user.
@@ -6,2 +6,4 @@cmake_policy(SET CMP0053 NEW) # simpler variable expansion and escape sequence evaluation rulesendif()if (POLICY CMP0177)cmake_policy(SET CMP0177 OLD)А зачем тут OLD? Разве у нас с NEW не заработает? У нас вроде с путями установки всё просто было