Skip to content

Commit

Permalink
Fixed building with older CMake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitu committed Feb 11, 2019
1 parent 5e727c0 commit ebf079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/ports/cgenius.sh
Expand Up @@ -19,7 +19,7 @@ function depends_cgenius() {
}

function sources_cgenius() {
gitPullOrClone "$md_build" https://gitlab.com/Dringgstein/Commander-Genius.git stable
gitPullOrClone "$md_build" https://gitlab.com/Dringgstein/Commander-Genius.git v2.3.1

# use -O2 on older GCC due to segmentation fault when compiling with -O3
if compareVersions $__gcc_version lt 6.0.0; then
Expand Down

0 comments on commit ebf079e

Please sign in to comment.