When installing the library as a CMake subproject it gives
CMake Error at build-target/_deps/gdbuscpp-build/cmake_install.cmake:92 (file):
file INSTALL cannot find "/var/tmp/rcc-wh/GWapplication/LICENSE": No such
file or directory.
Call Stack (most recent call first):
build-target/lib/cmake_install.cmake:47 (include)
build-target/cmake_install.cmake:47 (include)
It seems that the current source dir should be used instead in
|
FILES ${CMAKE_SOURCE_DIR}/LICENSE |
When installing the library as a CMake subproject it gives
It seems that the current source dir should be used instead in
libcppconnman/CMakeLists.txt
Line 117 in 499e497