classes/cmake.bbclass: Spaces are cool, use them
authorHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 08:17:35 +0000 (08:17 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 08:17:35 +0000 (08:17 +0000)
classes/cmake.bbclass

index cec7434..b3ae3f7 100644 (file)
@@ -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