On Tue, Nov 24, 2015 at 08:27:37AM -0800, Dirk Hohndel wrote: > > > diff --git a/smtk-import/CMakeLists.txt b/smtk-import/CMakeLists.txt > > index 93fbb84..cdcb1bc 100644 > > --- a/smtk-import/CMakeLists.txt > > +++ b/smtk-import/CMakeLists.txt > > @@ -1,3 +1,5 @@ > > +set(CMAKE_AUTOUIC ON) > > +set(CMAKE_INCLUDE_CURRENT_DIR ON) > > This is wrong (and I don't think you wanted to include this in this patch, > anyway) > > We run UIC manually now as the automatic code in cmake failed for us a few > too many times. And you shouldn't need "INCLUDE_CURRENT_DIR" - if an > include file isn't found for you in the build, please post about it
-ENOTENOUGHCOFFEE I just realized that this was to the smtk-import CMakeLists file. Oops. So yes, if you need to make changes to that, please send in a separate patch. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
