Skip to content
Snippets Groups Projects
Commit e99c184b authored by hboyet's avatar hboyet Committed by Guillaume Roguez
Browse files

packaging: add RING_VERSION build define

Refs #75349

Change-Id: Ida02dcf6f075b801131c70903d2d11a4d61cf5e1
parent d0c60c69
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ osx: ...@@ -42,7 +42,7 @@ osx:
- mkdir build - mkdir build
- cd build - cd build
- export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0 - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
- cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s - cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DRING_VERSION=$(date "+%%Y%%m%%d")
- make install -j1 - make install -j1
- cpack -G DragNDrop Ring - cpack -G DragNDrop Ring
transfer: transfer:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment