Код: Выделить всё
include_directories(${Boost_INCLUDE_DIRS})
< /code>
Однако, если я попытаюсь сделать < /p>
FetchContent_Declare(
Boost
GIT_REPOSITORY https://github.com/boostorg/boost.git
# GIT_TAG boost-1.88.0
GIT_TAG b6928ae5c92e21a04bbe17a558e6e066dbe632f6
)
FetchContent_MakeAvailable(Boost)
target_link_libraries(planck ${MSYM_INSTALL_DIR}/lib/libmsym.a Boost)
Подробнее здесь: https://stackoverflow.com/questions/795 ... tchcontent