dappchandu
dappchandu
# disable in source build set(CMAKE_DISABLE_SOURCE_CHANGES OFF) if it is set to OFF then i'm able to install it . If it is set to ON i'm unable to install...
I have added boost and vsomeip as submodules bujt vsomeip is unable to find the boost CMake Error in external/vsomeip/CMakeLists.txt: Found relative path while evaluating include directories of "vsomeip3": "Boost_INCLUDE_DIR-NOTFOUND"...
I want to set off set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) while using the vsomeip library else i want to keep it ON . Can you help me with this if possible
For adding vsomeip as git submodule we need to keep the ,cmake source as OFF , can we switch between the OFF and ON in cmakelists.txt