Skip to content
Snippets Groups Projects
Commit ab42cfbd authored by Lars Bilke's avatar Lars Bilke
Browse files

[BL] Removed build_timestamp.

parent 4ea7df26
No related branches found
No related tags found
No related merge requests found
...@@ -75,9 +75,6 @@ GMSHInterface::~GMSHInterface() ...@@ -75,9 +75,6 @@ GMSHInterface::~GMSHInterface()
bool GMSHInterface::write() bool GMSHInterface::write()
{ {
_out << "// GMSH input file created by OpenGeoSys " << BaseLib::BuildInfo::ogs_version; _out << "// GMSH input file created by OpenGeoSys " << BaseLib::BuildInfo::ogs_version;
#ifdef BUILD_TIMESTAMP
_out << " built on " << BaseLib::BuildInfo::build_timestamp;
#endif
_out << "\n\n"; _out << "\n\n";
return writeGMSHInputFile(_out) <= 0; return writeGMSHInputFile(_out) <= 0;
......
...@@ -16,9 +16,6 @@ namespace BaseLib ...@@ -16,9 +16,6 @@ namespace BaseLib
namespace BuildInfo namespace BuildInfo
{ {
const std::string build_timestamp("@BUILD_TIMESTAMP@");
const std::string cmake_cxx_compiler("@CMAKE_CXX_COMPILER@"); const std::string cmake_cxx_compiler("@CMAKE_CXX_COMPILER@");
const std::string cmake_cxx_flags("@CMAKE_CXX_FLAGS@"); const std::string cmake_cxx_flags("@CMAKE_CXX_FLAGS@");
const std::string cmake_cxx_flags_release("@CMAKE_CXX_FLAGS_RELEASE@"); const std::string cmake_cxx_flags_release("@CMAKE_CXX_FLAGS_RELEASE@");
......
...@@ -20,8 +20,6 @@ namespace BaseLib ...@@ -20,8 +20,6 @@ namespace BaseLib
namespace BuildInfo namespace BuildInfo
{ {
extern BASELIB_EXPORT const std::string build_timestamp;
extern BASELIB_EXPORT const std::string cmake_cxx_compiler; extern BASELIB_EXPORT const std::string cmake_cxx_compiler;
extern BASELIB_EXPORT const std::string cmake_cxx_flags; extern BASELIB_EXPORT const std::string cmake_cxx_flags;
extern BASELIB_EXPORT const std::string cmake_cxx_flags_release; extern BASELIB_EXPORT const std::string cmake_cxx_flags_release;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment