File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,6 @@ ExternalProject_add(
7373 -DZSTD_LIBRARY_RELEASE=${ZSTD_LIBRARY}
7474 BUILD_COMMAND
7575 $(MAKE) folly
76- INSTALL_COMMAND
77- # Prefered, but needs CMake 3.15 or above. Revist when Ubuntu 18.04 support is removed
78- # ${CMAKE_COMMAND} --install . --config ${CMAKE_BUILD_TYPE} --component dev &&
79- # ${CMAKE_COMMAND} --install . --config ${CMAKE_BUILD_TYPE} --component lib
80- # Legacy way:
81- ${CMAKE_COMMAND} -DCOMPONENT=dev -P cmake_install.cmake --config ${CMAKE_BUILD_TYPE} &&
82- ${CMAKE_COMMAND} -DCOMPONENT=lib -P cmake_install.cmake --config ${CMAKE_BUILD_TYPE}
8376)
8477ExternalProject_Get_Property(bundled_folly INSTALL_DIR)
8578set (
Original file line number Diff line number Diff line change 11disable-liblzma.patch
22folly-cmake-fixup.patch
3- folly-install-component.patch
43disable-libsnappy.patch
54without-unwind-symbolizer.patch
6- do-not-export-unbuilt-targets.patch
75bad_implicit_cast.patch
You can’t perform that action at this time.
0 commit comments