Skip to content

Commit

Permalink
Enable IN_LIST in older CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jul 8, 2020
1 parent 8af624f commit 85b6a96
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 85b6a96

Please sign in to comment.