summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2018-06-13 13:01:27 +0200
committerArne Schwabe <arne@rfc2549.org>2018-06-13 13:01:27 +0200
commit0e865ce2f38094a434596afcb3a8d06e3f18f1ed (patch)
treef2f44ca445ced560de2b52cac6f03bb5c5a22a6a /main/src
parent17c3e48860c58d9e2b737cd1e2413f7e2684b02a (diff)
Remove unused build-native.bat
Diffstat (limited to 'main/src')
-rw-r--r--main/src/main/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/cpp/CMakeLists.txt b/main/src/main/cpp/CMakeLists.txt
index 823c350a..150f21d9 100644
--- a/main/src/main/cpp/CMakeLists.txt
+++ b/main/src/main/cpp/CMakeLists.txt
@@ -22,7 +22,7 @@ include(openssl.cmake)
# Super hacky way to determine flavour
#-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/arne/software/icsopenvpn/main/build/intermediates/cmake/normal/debug/obj/arm64-v8a
if (NOT ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} MATCHES "build/intermediates/cmake/.*noovpn3.*/")
- FIND_PACKAGE(SWIG 3.0)
+ FIND_PACKAGE(SWIG 3.0 REQUIRED)
add_subdirectory(mbedtls)
add_custom_command(OUTPUT "ovpncli_wrap.cxx"