[Orxonox-commit 5869] r10529 - code/branches/core7/cmake/tools

landauf at orxonox.net landauf at orxonox.net
Sat Jun 6 12:38:40 CEST 2015


Author: landauf
Date: 2015-06-06 12:38:40 +0200 (Sat, 06 Jun 2015)
New Revision: 10529

Modified:
   code/branches/core7/cmake/tools/FindVLD.cmake
Log:
find VLD (the path in the PATH variable points to bin/WinXX, so we need to go back 2 directories to find the lib folder)

Modified: code/branches/core7/cmake/tools/FindVLD.cmake
===================================================================
--- code/branches/core7/cmake/tools/FindVLD.cmake	2015-06-06 10:37:27 UTC (rev 10528)
+++ code/branches/core7/cmake/tools/FindVLD.cmake	2015-06-06 10:38:40 UTC (rev 10529)
@@ -27,7 +27,7 @@
 
 FIND_LIBRARY(VLD_LIBRARY
   NAMES vld
-  PATH_SUFFIXES "Visual Leak Detector/lib/Win32"
+  PATH_SUFFIXES "Visual Leak Detector/lib/Win32" "../../lib/Win32"
 )
 
 # Handle the REQUIRED argument and set POCO_FOUND




More information about the Orxonox-commit mailing list