mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Update BinPAC_EXE CMake variable to be a full path
This commit is contained in:
parent
721ea63a33
commit
de87adf398
1 changed files with 1 additions and 1 deletions
|
@ -104,5 +104,5 @@ install(TARGETS binpac DESTINATION bin)
|
||||||
|
|
||||||
# This is set to assist superprojects that want to build BinPac
|
# This is set to assist superprojects that want to build BinPac
|
||||||
# from source and rely on it as a target
|
# from source and rely on it as a target
|
||||||
set(BinPAC_EXE binpac
|
set(BinPAC_EXE ${CMAKE_CURRENT_BINARY_DIR}/binpac
|
||||||
CACHE STRING "BinPAC executable" FORCE)
|
CACHE STRING "BinPAC executable" FORCE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue