[CMake] cpack -G NSIS

Eric Noulard eric.noulard at gmail.com
Thu Jan 19 14:52:21 EST 2012


2012/1/19 Andrea Crotti <andrea.crotti.0 at gmail.com>:
> Well I created a very minimal cmakelist which is also failing,
> just create a couple of directories "one" "two" in the same path and it
> should explode (at least it does on Archlinux 64 bits).
>
> cmake_minimum_required(VERSION 2.6)
> project(try_out)
> install(
>  # is this automatically the source dir??
>  DIRECTORY one two
>  DESTINATION test_ddest
>  )

Installing empty dir may fail.

Try the attached zip and tell me if it fails for you.
It works for me on Debian Wheezy 64.




-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: try_out.zip
Type: application/zip
Size: 952 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120119/4bb27f67/attachment.zip>


More information about the CMake mailing list