Skip to content
Snippets Groups Projects
Commit 58e0c148 authored by Felix de las Pozas's avatar Felix de las Pozas Committed by Pablo Toharia
Browse files

Changed Github mirror url in yml script and version number to 1.1.1 in CMake script.

parent c8d70e66
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ Ubuntu-Optional-Deps-master: ...@@ -21,7 +21,7 @@ Ubuntu-Optional-Deps-master:
- export APPIMAGE_ICON="visimpl/icons/visimpl-icon-square.png" - export APPIMAGE_ICON="visimpl/icons/visimpl-icon-square.png"
- export CMAKE_EXTRA_ARGS="-DCLONE_SUBPROJECTS=ON -DVISIMPL_OPTIONALS_AS_REQUIRED=ON" - export CMAKE_EXTRA_ARGS="-DCLONE_SUBPROJECTS=ON -DVISIMPL_OPTIONALS_AS_REQUIRED=ON"
- export BUILD_OPTIONALS_SUBPROJECTS=1 - export BUILD_OPTIONALS_SUBPROJECTS=1
- export GITHUB_MIRROR_URL="git@github.com:vg-lab/visimpl" - export GITHUB_MIRROR_URL="git@github.com:vg-lab/visimpl.git"
- export BUILD_GENERATOR="Ninja" - export BUILD_GENERATOR="Ninja"
- bash .gitlab-ci.sh - bash .gitlab-ci.sh
only: only:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
cmake_minimum_required( VERSION 3.1 FATAL_ERROR ) cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
# visimpl project and version # visimpl project and version
project( visimpl VERSION 1.1.0 ) project( visimpl VERSION 1.1.1 )
set( visimpl_VERSION_ABI 6 ) set( visimpl_VERSION_ABI 6 )
SET( VISIMPL_LICENSE "GPL") SET( VISIMPL_LICENSE "GPL")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment