From de87adf3988d910fa6f765f80ee473fda1f35347 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 1 Aug 2018 11:22:52 -0500 Subject: [PATCH] binpac: Update BinPAC_EXE CMake variable to be a full path --- tools/binpac/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binpac/src/CMakeLists.txt b/tools/binpac/src/CMakeLists.txt index 57b5482111..7ae99e4414 100644 --- a/tools/binpac/src/CMakeLists.txt +++ b/tools/binpac/src/CMakeLists.txt @@ -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 +set(BinPAC_EXE ${CMAKE_CURRENT_BINARY_DIR}/binpac CACHE STRING "BinPAC executable" FORCE)