Hi,

I wanted to ask you why does this command :

set ( CPACK_PACKAGE_VERSION_MAJOR 2 )
set ( CPACK_PACKAGE_VERSION_MINOR 5 )
set ( CPACK_PACKAGE_VERSION_PATCH 3 )

works, when this one :

set ( CPACK_PACKAGE_VERSION " 2.1.3" )

doesn't work ?

I'm using cmake 2.5-20070219 on linux ubuntu

Regards,
--
Mehdi
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to