You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Eliminate build race condition, messageids is generated
This ensures that building loggingcpp has messageids.h generated beforehand, just like errorids.h .
This commit is contained in:
@ -15,6 +15,7 @@ ADD_CUSTOM_COMMAND(
|
||||
DEPENDS genErrId.pl
|
||||
)
|
||||
|
||||
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/messageids.h PROPERTIES GENERATED TRUE)
|
||||
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/errorids.h PROPERTIES GENERATED TRUE)
|
||||
|
||||
add_library(loggingcpp SHARED
|
||||
|
Reference in New Issue
Block a user