mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-10 04:24:32 +00:00
Run the 'mkvdate' script relative to CMAKE_CURRENT_SOURCE_DIR
This fixes the limitation that the build directory has to be in the source tree and can instead be located anywhere.
This commit is contained in:
@@ -377,7 +377,7 @@ SET(MAIKO_HDRS
|
||||
)
|
||||
|
||||
ADD_CUSTOM_TARGET(gen-vdate
|
||||
COMMAND ../bin/mkvdate > vdate.c
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bin/mkvdate > vdate.c
|
||||
BYPRODUCTS vdate.c
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user