]> Creatis software - gdcm.git/commitdiff
STYLE: Minor doc
authormalaterre <malaterre>
Tue, 17 Jan 2006 20:03:46 +0000 (20:03 +0000)
committermalaterre <malaterre>
Tue, 17 Jan 2006 20:03:46 +0000 (20:03 +0000)
CMakeLists.txt

index 728923a4f4f0127b4c3741800e75e815cdc1114b..462a37f5bae2625a9bed31f0b633f7b8e2f5545e 100644 (file)
@@ -1,6 +1,7 @@
 PROJECT(GDCM)
 CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
 # okay in fact you need at least cmake 2.0.4 to get swig working properly
+# and you cannot use cmake 2.0.6 out of the box due to a bug (patched in debian package)
 
 #-----------------------------------------------------------------------------
 # GDCM version number, usefull for packaging and doxygen doc:
@@ -181,7 +182,7 @@ IF(UNIX) #Avoid polluting Win32 cmakecache
 ENDIF(UNIX)
 
 #-----------------------------------------------------------------------------
-# Test if os defines a lenght for sockaddr
+# Test if os defines a length for sockaddr
 # only doing the test when we have sys/socket
 IF( ${CMAKE_HAVE_SYS_SOCKET_H} )
   IF("HAVE_SA_LEN" MATCHES "^HAVE_SA_LEN$")