fix
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine?expand=0&rev=32
This commit is contained in:
@@ -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>
|
Wed Jan 2 12:50:27 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@@ -49,7 +49,7 @@ export CC=gcc-6
|
|||||||
export CXX=g++-6
|
export CXX=g++-6
|
||||||
%endif
|
%endif
|
||||||
# make sure lib_CuraEngine is statically build and linked
|
# 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
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user