From f25589e3091cf1103c73f55b7235928408bc8c36 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Mon, 9 Apr 2018 08:12:38 +0200 Subject: [PATCH] iOS example did not build on case-sensitive filesystem because path contained 'ios' instead of 'iOS' in CMakeLists.txt --- examples/iOS/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iOS/CMakeLists.txt b/examples/iOS/CMakeLists.txt index 3aaea8843..958681531 100644 --- a/examples/iOS/CMakeLists.txt +++ b/examples/iOS/CMakeLists.txt @@ -1,5 +1,5 @@ -set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/ios) +set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/iOS) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules) # All source files