summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-Opcodes_stk_CMakeLists.txt
blob: f7b69b36bd5554ff35e62f7e202e34504a60f4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Opcodes/stk/CMakeLists.txt.orig	2018-11-17 19:16:54 UTC
+++ Opcodes/stk/CMakeLists.txt
@@ -4,7 +4,7 @@ if(WIN32)
     cmake_policy(SET CMP0060 NEW)
 endif()
 
-if(NOT STK_LOCAL)
+if(BUILD_STK_OPCODES AND NOT STK_LOCAL)
     find_package(STK)
 endif()