Don't include build date. Fixes #1294
This commit is contained in:
parent
6c3c2de264
commit
38ef9fddde
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ std::string LibraryInfo::info()
|
|||
|
||||
s << "OpenSCAD Version: " << openscad_detailedversionnumber
|
||||
<< "\nSystem information: " << PlatformUtils::sysinfo()
|
||||
<< "\nCompiler, build date: " << compiler_info << ", " << __DATE__
|
||||
<< "\nCompiler: " << compiler_info
|
||||
<< "\nBoost version: " << BOOST_LIB_VERSION
|
||||
<< "\nEigen version: " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION
|
||||
<< "\nCGAL version, kernels: " << TOSTRING(CGAL_VERSION) << ", " << cgal_3d_kernel << ", " << cgal_2d_kernel << ", " << cgal_2d_kernelEx
|
||||
|
|
|
|||
Loading…
Reference in a new issue