mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: CMake module path adjustment.
To allow inclusion from a superproject.
This commit is contained in:
parent
a05eb8b150
commit
32db4e4447
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ mark_as_advanced(build_config_file)
|
||||||
|
|
||||||
include(${build_options_file})
|
include(${build_options_file})
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||||
|
|
||||||
##
|
##
|
||||||
## Project Configuration
|
## Project Configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue