Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 8e6f438

Browse files
committedMay 11, 2017
Fix buildinfo.cmake script
1 parent b2284ea commit 8e6f438

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed
 

‎cmake/scripts/buildinfo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(OUTFILE "${ETH_DST_DIR}/BuildInfo.h")
2323

2424
configure_file("${INFILE}" "${TMPFILE}")
2525

26-
26+
include(CMakeParseArguments)
2727
macro(replace_if_different SOURCE DST)
2828
set(extra_macro_args ${ARGN})
2929
set(options CREATE)

‎cmake/scripts/configure.cmake

-14
This file was deleted.

‎cmake/scripts/copydlls.cmake

-18
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.