Skip to content

Commit

Permalink
Merge pull request #542 from ferdnyc/store-qt-version
Browse files Browse the repository at this point in the history
Enable IN_LIST in older CMake
  • Loading branch information
ferdnyc committed Jul 8, 2020
2 parents 2520996 + 85b6a96 commit 8cc33b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -29,6 +29,11 @@ include(FeatureSummary)

include(GNUInstallDirs)

# Enable IN_LIST in older CMake
if (POLICY CMP0057)
cmake_policy(SET CMP0057 NEW)
endif()

################ WINDOWS ##################
# Set some compiler options for Windows
# required for libopenshot-audio headers
Expand Down

0 comments on commit 8cc33b2

Please sign in to comment.