Skip to content

Commit 8cc33b2

Browse files
authored
Merge pull request #542 from ferdnyc/store-qt-version
Enable IN_LIST in older CMake
2 parents 2520996 + 85b6a96 commit 8cc33b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ include(FeatureSummary)
2929

3030
include(GNUInstallDirs)
3131

32+
# Enable IN_LIST in older CMake
33+
if (POLICY CMP0057)
34+
cmake_policy(SET CMP0057 NEW)
35+
endif()
36+
3237
################ WINDOWS ##################
3338
# Set some compiler options for Windows
3439
# required for libopenshot-audio headers

0 commit comments

Comments
 (0)