aboutsummaryrefslogtreecommitdiff
path: root/cmake/OpusFunctions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/OpusFunctions.cmake')
-rw-r--r--cmake/OpusFunctions.cmake9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmake/OpusFunctions.cmake b/cmake/OpusFunctions.cmake
index a3ac1c09..f0da3822 100644
--- a/cmake/OpusFunctions.cmake
+++ b/cmake/OpusFunctions.cmake
@@ -1,8 +1,7 @@
-#[[Cmake helper function to parse source files from make files
-this is to avoid breaking existing make and auto make support
-but still have the option to use CMake with only lists at one place]]
-
-cmake_minimum_required(VERSION 3.1)
+if(__opus_functions)
+ return()
+endif()
+set(__opus_functions INCLUDED)
function(get_library_version OPUS_LIBRARY_VERSION OPUS_LIBRARY_VERSION_MAJOR)
file(STRINGS configure.ac opus_lt_current_string