Adrian Schröter 2019-01-18 09:49:18 +00:00 committed by Git OBS Bridge
parent 10d77c53e2
commit 67056773fa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 18 09:48:08 UTC 2019 - Adrian Schröter <adrian@suse.de>
- define version explicit for reporting in gcode files
-------------------------------------------------------------------
Wed Jan 2 12:50:27 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@ -49,7 +49,7 @@ export CC=gcc-6
export CXX=g++-6
%endif
# make sure lib_CuraEngine is statically build and linked
%cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" -DBUILD_SHARED_LIBS="false"
%cmake -DCURA_ENGINE_VERSION=%version -DCMAKE_POSITION_INDEPENDENT_CODE="true" -DBUILD_SHARED_LIBS="false"
%make_jobs
%install