diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 5a405ff3..e42be177 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -371,7 +371,7 @@ if(IOS) enable_language(OBJC) enable_language(OBJCXX) enable_language(Swift) - include(src/cmake/osxtools.cmake) + include(cmake/osxtools.cmake) # set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY TRUE) set_target_properties(${PROJECT} PROPERTIES XCODE_ATTRIBUTE_ENABLE_BITCODE "NO") diff --git a/client/ios/networkextension/CMakeLists.txt b/client/ios/networkextension/CMakeLists.txt index 9efc0639..ef26fcf6 100644 --- a/client/ios/networkextension/CMakeLists.txt +++ b/client/ios/networkextension/CMakeLists.txt @@ -90,7 +90,7 @@ endif() ## TODO: The upstream makefile also makes an attempt to patch the golang runtime ## to provide the boot-time clock instead of an uptime clock. We should probably ## make an attempt to do the same, somehow? -include(${CMAKE_SOURCE_DIR}/src/cmake/golang.cmake) +include(${CMAKE_SOURCE_DIR}/cmake/golang.cmake) if(OSXARCH STREQUAL "x86_64") set(GOARCH amd64) else()