diff options
| author | Berkus Decker <berkus@madfire.net> | 2014-09-02 00:13:26 +0300 |
|---|---|---|
| committer | Berkus Decker <berkus@madfire.net> | 2015-09-22 18:55:15 +0300 |
| commit | 3a3d648108cdaa53d1199aa3c15a4b8878693f65 (patch) | |
| tree | 0a0f568b899a70bd65a38b73a7d94a966dd05a24 | |
| parent | f851c2ac5daa40d69d4146bc5678fc96a4b9b637 (diff) | |
Disable policy change for cmake 3.0
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d419e1d..4085aa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,6 +113,7 @@ if (WIN32) endif (AUDIO_WINDOWS_ASIO) endif (WIN32) +cmake_policy(SET CMP0042 OLD) add_library(rtaudio SHARED ${rtaudio_SOURCES}) add_library(rtaudio_static STATIC ${rtaudio_SOURCES}) |
