From: Holger Freyther Date: Mon, 21 Jan 2008 08:17:35 +0000 (+0000) Subject: classes/cmake.bbclass: Spaces are cool, use them X-Git-Tag: Release-2010-05/1~7852^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7226f145f0c6fe538ede094d74a629c38720e13;p=openembedded.git classes/cmake.bbclass: Spaces are cool, use them --- diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index cec74349dc..b3ae3f70d1 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -1,7 +1,7 @@ inherit autotools cmake_do_configure() { - cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} + cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} } EXPORT_FUNCTIONS do_configure