summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-23 17:36:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-23 17:36:01 +0200
commit8857523fada67140e1a07cabb1b7c8b48200a753 (patch)
tree4c0d7d3bd23104595f0a3fa36e568a52fae00636
parent09350108413f07b7df00804151887f5f6f208519 (diff)
Hopefully include PDBs now
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e458fab3..2f8daadb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -730,7 +730,7 @@ if(SDK_SM_FACEAPI_PATH AND NOT SDK_FACEAPI_ONLY)
endif()
if(MSVC)
- file(GLOB pdbs "${CMAKE_BINARY_DIR}/*.pdb" "${CMAKE_BINARY_DIR}/release/*.pdb")
+ file(GLOB pdbs "${CMAKE_BINARY_DIR}/Release/*.pdb")
install(FILES ${pdbs} DESTINATION .)
endif()