Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()
set(PATCH_BOOST_CMD "git apply -v ${CMAKE_CURRENT_SOURCE_DIR}/boost_182_json_noexceptions.diff")

# Skip installation if boost is embedded, otherwise install it to a temporary location and use it from there.
set(INSTALL_BOOST_CMD ${CMAKE_COMMAND} -E true)
set(INSTALL_BOOST_CMD ${CMAKE_COMMAND} -E echo "Skipping boost install")
if (NOT OLP_SDK_EMBED_BOOST_JSON)
set(INSTALL_BOOST_CMD ${B2_CMD} install --with-json --prefix=${CMAKE_CURRENT_BINARY_DIR}/external_boost_install)
endif()
Expand Down
Loading