From 18a377152155514475a9f79c6fe1908c07b59860 Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Thu, 16 Apr 2020 17:06:14 +0100 Subject: [PATCH] Fix VCPKG CMake build issue. Change-Id: I46a10ac49def184f536014c0ea630d827a1eadb7 Signed-off-by: Victor Cebollada (cherry picked from commit 97ab2ab24a07616349379bcb5d259c841c76986c) --- build/tizen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tizen/CMakeLists.txt b/build/tizen/CMakeLists.txt index 91381a8..7c56a82 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -220,7 +220,7 @@ IF( INSTALL_CMAKE_MODULES ) # Install the pdb file. IF( ENABLE_DEBUG ) - install( FILES ${CMAKE_CURRENT_BINARY_DIR}/Debug/${name}.pdb DESTINATION ${BIN_DIR} ) + install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${name}.pdb DESTINATION ${BIN_DIR} ) ENDIF() ELSE() # Install the library so file and symlinks -- 2.7.4