mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: CMAKE_CFG_INTDIR is no longer necessary.
CMake documentation says that CMAKE_CFG_INTDIR is no longer necessary to find the right binary for the configuration and is in fact deprecated in recent versions of CMake.
This commit is contained in:
parent
024b4ff8f3
commit
c010152340
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
|
||||
# from source and rely on it as a target
|
||||
set(BinPAC_EXE ${BinPAC_BINARY_DIR}/${CMAKE_CFG_INTDIR}/binpac
|
||||
set(BinPAC_EXE binpac
|
||||
CACHE STRING "BinPAC executable" FORCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue