24 Jun
2017
24 Jun
'17
9:19 p.m.
P F wrote:
No, you just do `include` instead of `add_subdirectory`, but it doesn’t require installation.
I'm not sure I understand. find_package(BCM) is unconditional in CMakeLists.txt, right? https://github.com/pfultz2/boost-cmake-demo/blob/bcm-demo/libs/system/CMakeL... What 'include` do you do and where? Unrelated, why do you need `include(GNUInstallDirs)` here: https://github.com/pfultz2/boost-cmake-demo/blob/bcm-demo/bcm/share/bcm/cmak... ?