Daniel Antrim
Results
2
comments of
Daniel Antrim
Thanks @henryiii , I don't intend to make the dependencies as sub-modules, so what I have is more or less in the below: ```cmake if( ${FOUND_BOOST_HISTOGRAM} ) target_include_directories(${target_name} PUBLIC ${BOOST_HISTOGRAM_INCLUDE_DIR})...
Thanks @HDembinski I think I am happy with my approach -- obviously it is not a copy and paste from what I have in the above (I use a `find_package`...