Skip to content

Commit 33a0ab8

Browse files
committed
Archiving verbosity removal in KMZ observer
* Switched to version 2.1.11~beta3
1 parent 0fcefdc commit 33a0ab8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMake.in.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(OFBUILD_CUSTOM_CMAKE_VERSION "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.
2323
SET(OPENFLUID_VERSION_MAJOR 2)
2424
SET(OPENFLUID_VERSION_MINOR 1)
2525
SET(OPENFLUID_VERSION_PATCH 11)
26-
SET(OPENFLUID_VERSION_STATUS "beta2") # example: SET(OPENFLUID_VERSION_STATUS "rc1")
26+
SET(OPENFLUID_VERSION_STATUS "beta3") # example: SET(OPENFLUID_VERSION_STATUS "rc1")
2727

2828
SET(OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR}.${OPENFLUID_VERSION_MINOR}.${OPENFLUID_VERSION_PATCH}")
2929

src/observers/KmlObserverBase.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class KmlObserverBase : public openfluid::ware::PluggableObserver
289289
openfluid::utils::CMakeProxy::CommandInfos Command =
290290
openfluid::utils::CMakeProxy::getTarCompressCommand(QString::fromStdString(InputDir),
291291
QString::fromStdString(KmzFilePath),
292-
FilePaths,"v");
292+
FilePaths);
293293

294294
QProcess::execute(Command.Program, Command.Args << "--format=zip");
295295
}

0 commit comments

Comments
 (0)