1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

permit execution of scripts when source is located on a non-executable file system

This commit is contained in:
David Mott
2019-04-25 22:15:51 -05:00
parent f29f909482
commit 55acbf8c5c
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ set(loggingcpp_LIB_SRCS
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/messageids.h ${CMAKE_CURRENT_SOURCE_DIR}/errorids.h
COMMAND ./genMsgAndErrId.sh
COMMAND /bin/sh genMsgAndErrId.sh
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS genMsgId.pl genErrId.pl
)