From: johanengelen Date: Thu, 10 Apr 2008 12:49:00 +0000 (+0000) Subject: cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in build.xml X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=72b2169bd50165cb2c145fd56324258ed3bee496;p=inkscape.git cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in build.xml --- diff --git a/src/dom/odf/CMakeLists.txt b/src/dom/odf/CMakeLists.txt index 7a4b1ea4e..e0cb76060 100644 --- a/src/dom/odf/CMakeLists.txt +++ b/src/dom/odf/CMakeLists.txt @@ -1,5 +1,5 @@ SET(dom_odf_SRC odfdocument.cpp -SvgOdg.cpp +#SvgOdg.cpp )