You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
external_boost is only needed as a columnstore dependency
it should not be added to the 'all' target
This commit is contained in:
@@ -22,7 +22,8 @@ FOREACH(name chrono filesystem program_options regex system thread)
|
|||||||
ADD_DEPENDENCIES(${lib} external_boost)
|
ADD_DEPENDENCIES(${lib} external_boost)
|
||||||
SET (loc "${Boost_LIBRARY_DIRS}/${CMAKE_STATIC_LIBRARY_PREFIX}${lib}${CMAKE_STATIC_LIBRARY_SUFFIX}")
|
SET (loc "${Boost_LIBRARY_DIRS}/${CMAKE_STATIC_LIBRARY_PREFIX}${lib}${CMAKE_STATIC_LIBRARY_SUFFIX}")
|
||||||
SET(byproducts ${byproducts} BUILD_BYPRODUCTS ${loc})
|
SET(byproducts ${byproducts} BUILD_BYPRODUCTS ${loc})
|
||||||
SET_TARGET_PROPERTIES(${lib} PROPERTIES IMPORTED_LOCATION ${loc})
|
SET_TARGET_PROPERTIES(${lib} PROPERTIES IMPORTED_LOCATION ${loc}
|
||||||
|
EXCLUDE_FROM_ALL TRUE)
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
|
||||||
ExternalProject_Add(external_boost
|
ExternalProject_Add(external_boost
|
||||||
@@ -36,5 +37,6 @@ ExternalProject_Add(external_boost
|
|||||||
INSTALL_COMMAND ./b2 -q install ${_b2args}
|
INSTALL_COMMAND ./b2 -q install ${_b2args}
|
||||||
LOG_BUILD TRUE
|
LOG_BUILD TRUE
|
||||||
LOG_INSTALL TRUE
|
LOG_INSTALL TRUE
|
||||||
|
EXCLUDE_FROM_ALL TRUE
|
||||||
${byproducts}
|
${byproducts}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user