[CMake] Re: Howto create an empty directory during 'make install'?

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Sat Nov 25 12:47:04 EST 2006


"Alan W. Irwin"
<irwin at beluga.phys.uvic.ca> writes:

>> how can I create an empty directory during 'make install'? With ordinary
>> make I would write:
>> | install-data-local:
>> |       mkdir -p ${DESTDIR}${mydir}
>> How can I do this with cmake?
> ...
> I suggest you drop all mention of DESTDIR within cmake or trying anything
> special to beat the system.

Sorry, I do not see how this helps for the current problem.



Enrico



More information about the CMake mailing list