forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libmikmod] patch cmake warning (microsoft#7035)
* [libmikmod] Address cmake warnings
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Source: libmikmod | ||
Version: 3.3.11.1-2 | ||
Version: 3.3.11.1-3 | ||
Homepage: https://sourceforge.net/projects/mikmod/ | ||
Description: Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. | ||
Build-Depends: openal-soft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index b4d31d3..67951e6 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -23,6 +23,8 @@ | ||
# | ||
# (This copyright notice applies only to this file) | ||
|
||
+cmake_policy(SET CMP0003 NEW) | ||
+ | ||
PROJECT(libmikmod C) | ||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) | ||
LIST(APPEND CMAKE_MODULE_PATH "${libmikmod_SOURCE_DIR}/cmake") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters