diff cmake/FindD.cmake @ 384:d2f48c4cb3e3

Same behavior of shared libs on linux and windows. Minor build script fixes.
author Max Samukha <maxter@spambox.com>
date Fri, 16 Jul 2010 20:04:29 +0300
parents 185df9220ea7
children 827147052d8d e67ce7c21758
line wrap: on
line diff
--- a/cmake/FindD.cmake	Mon Jul 12 22:50:58 2010 +0300
+++ b/cmake/FindD.cmake	Fri Jul 16 20:04:29 2010 +0300
@@ -139,7 +139,7 @@
 ##	message(STATUS ${path})
 ## Output:
 ##	-- "c:\file_path\file_name.cpp"
-## Command "file(TO_NATIVE_PATH ...)" is wrong on Windows
+## Command "file(TO_NATIVE_PATH ...)" gives incorrect results on Windows
 macro(make_native_path pathname)
     if(CMAKE_HOST_WIN32)
 	# An extra \\ escape is necessary to get a \ through CMake's processing.