Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CMake and empty directories
Date: Wed, 15 Apr 2009 15:52:22
Message-Id: fecdbac60904150852p6fa0e738ke96d38cf5706814a@mail.gmail.com
In Reply to: [gentoo-user] CMake and empty directories by Patrick Holthaus
1 On 4/15/09, Patrick Holthaus <patrick.holthaus@×××××××××××××.de> wrote:
2 > INSTALL(CODE "FILE(MAKE_DIRECTORY ${INCLUDEDIR_B}/iwPlugins)")
3 <snip/>
4 > It seems for me that the variable INCLUDEDIR_B is not expanded to the
5 > sandbox path but /usr/include within the CODE statement.
6
7 Just a wild guess from a perl-fan: would it work if you escaped that
8 dollar sign with a backslash? It might move the expansion around a
9 bit, maybe even to the right place if you're lucky.
10
11 --
12 Arttu V.

Replies

Subject Author
Re: [gentoo-user] CMake and empty directories Patrick Holthaus <patrick.holthaus@×××××××××××××.de>