restbed icon indicating copy to clipboard operation
restbed copied to clipboard

cmake/Findasio.cmake and cmake/Findcatch.cmake adapted for usage with…

Open axelsommerfeldt opened this issue 3 years ago • 0 comments

… cross-compiling CMake toolchain files

Both files have been modified so they are able to find the git submodules 'dependency/asio' resp. 'dependency/catch' even if a CMake toolchain file was used with a different CMAKE_SYSROOT than / (which is common for cross-compiling CMake toolchain files).

See also: https://cmake.org/cmake/help/latest/variable/CMAKE_SYSROOT.html

axelsommerfeldt avatar Sep 24 '21 14:09 axelsommerfeldt