1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-01 17:35:54 +00:00

Merge pull request #441 from kuriboshi/fix/mkvdate

Run the 'mkvdate' script relative to CMAKE_CURRENT_SOURCE_DIR
This commit is contained in:
Nick Briggs
2022-08-29 08:19:57 -07:00
committed by GitHub

View File

@@ -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
)