From 5c7582ea69d8db0844721451f72a8d82ebf6d2d0 Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Thu, 16 Apr 2020 17:07:13 +0100 Subject: [PATCH] Fix VCPKG CMake build issue. Change-Id: Ife6103e8fea70ffc2759ef292e3c82838e719cac Signed-off-by: Victor Cebollada --- 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 0fe2451..25edb06 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -337,7 +337,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