c7e49db5c4
OKed during freeze by wiz and agc
12 lines
489 B
Text
12 lines
489 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/10/02 19:47:47 markd Exp $
|
|
|
|
only installing python bindings so dont install smoke.h
|
|
|
|
--- smoke/CMakeLists.txt.orig 2008-12-04 21:34:05.000000000 +1300
|
|
+++ smoke/CMakeLists.txt
|
|
@@ -123,4 +123,4 @@ message(STATUS "Build Smoke... " ${SMOKE
|
|
# Qt only
|
|
#install( FILES smoke.h DESTINATION ${INSTALL_DIR}/include )
|
|
|
|
-install( FILES smoke.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include )
|
|
+#install( FILES smoke.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include )
|