Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Commented Issue: iOS: CMake error [372]

$
0
0
Hi,

I noticed an issue in main CMakeLists.txt, if IOS build is used :

if(IOS)
set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")

should be :

if(IOS)
set(IOS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../Build_iOS")

so that one can find correct path to Build_iOS folder, even if main CMakeLists.txt is included from another CMake project.

Kind Regards,
Julien
Comments: I'm made this change in the development branch. It will be in the 2.6.0 release. Thanks for reporting the issue.

Viewing all articles
Browse latest Browse all 4845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>