Move CMake template files to separate directory

This commit is contained in:
Tim Wojtulewicz 2023-06-26 10:20:56 -07:00
parent 64ebdec438
commit 25da02fe50
12 changed files with 29 additions and 26 deletions

View file

@ -170,7 +170,7 @@ def main():
zeek_dir = pathlib.Path(args.dir).absolute()
if not (zeek_dir / "zeek-config.h.in").exists():
if not (zeek_dir / "cmake_templates" / "zeek-config.h.in").exists():
logger.error("%s missing zeek-config.h.in", zeek_dir)
return 1