mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move CMake template files to separate directory
This commit is contained in:
parent
64ebdec438
commit
25da02fe50
12 changed files with 29 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue