]> Creatis software - bbtk.git/commitdiff
bug correction
authorFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Thu, 24 Jun 2010 08:59:12 +0000 (08:59 +0000)
committerFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Thu, 24 Jun 2010 08:59:12 +0000 (08:59 +0000)
kernel/cmake/BBTKKernelConfig.cmake

index 68fe9dd147136628d6758041a4fb4b083d5d0dec..03eb509ef073ed6fac280cb61c483854c16ae7f8 100644 (file)
@@ -45,7 +45,7 @@ SET (LIBRARY_OUTPUT_PATH
 # On WIN32, these paths will only be right at *BUILD TIME* in VS6 or .net
 # Cannot be used at cmake run time !
 IF(WIN32)
-  IF(MSVC10)  //FCY 18-06-10
+  IF(MSVC10)  #FCY 18-06-10
          SET(BBTK_BIN_PATH $(OutDir))
   ELSE(MSVC10)
          IF(CMAKE_GENERATOR STREQUAL "Visual Studio 6")