package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
437 B
12 lines
437 B
diff --git a/CMakeLists.txt b/CMakeLists.txt |
|
index 17ee3fc2..9027d073 100644 |
|
--- a/CMakeLists.txt |
|
+++ b/CMakeLists.txt |
|
@@ -16,7 +16,6 @@ string(REGEX |
|
message(STATUS "Opus project version: ${PROJECT_VERSION}") |
|
|
|
project(Opus LANGUAGES C VERSION ${PROJECT_VERSION}) |
|
-include(opus_buildtype.cmake) |
|
|
|
option(OPUS_STACK_PROTECTOR "Use stack protection" ON) |
|
option(OPUS_USE_ALLOCA "Use alloca for stack arrays (on non-C99 compilers)" OFF)
|
|
|