1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 07:54:13 +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
commit 59d3446c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)