binpac: Update BinPAC_EXE CMake variable to be a full path

This commit is contained in:
Jon Siwek 2018-08-01 11:22:52 -05:00 committed by Tim Wojtulewicz
parent 721ea63a33
commit de87adf398

View file

@ -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)