From: ibs Date: Fri, 20 Feb 2015 15:05:28 +0000 (+0300) Subject: 0025850: Installation procedure fails to find *.pdb files in debug mode in case of... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=8eb0816e967f076f9250b62b28f7f152ca0daada;p=occt-wok.git 0025850: Installation procedure fails to find *.pdb files in debug mode in case of projects generated using CMake the path corrected --- diff --git a/src/WOKTclLib/osutils.tcl b/src/WOKTclLib/osutils.tcl index b072962..a54f999 100755 --- a/src/WOKTclLib/osutils.tcl +++ b/src/WOKTclLib/osutils.tcl @@ -2384,7 +2384,7 @@ proc osutils:cmktk { theOutDir theToolKit {theIsExec false} theModule} { LIBRARY DESTINATION \"\$\{INSTALL_DIR\}/\$\{OS_WITH_BIT\}/\$\{COMPILER\}/lib\$\{BUILD_POSTFIX\}\")" lappend aFileBuff "" lappend aFileBuff " if (MSVC)" - lappend aFileBuff " install( FILES \$\{CMAKE_BINARY_DIR\}/out/bind/Debug/${theToolKit}.pdb CONFIGURATIONS Debug + lappend aFileBuff " install( FILES \$\{CMAKE_BINARY_DIR\}/out/bind/${theToolKit}.pdb CONFIGURATIONS Debug DESTINATION \"\$\{INSTALL_DIR\}/\$\{OS_WITH_BIT\}/\$\{COMPILER\}/bin\$\{BUILD_POSTFIX\}\")" lappend aFileBuff " endif()" lappend aFileBuff ""