Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
don't use cmake28 any more
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Dec 22, 2016
1 parent ea93183 commit 22eb073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# and old cmake has issues linking openssl in libgit2
if name[:10] == "centos5.11":
flags += 'DEPS_CXXFLAGS="-DO_CLOEXEC=0" '
flags += 'CMAKE=cmake28 '
#flags += 'CMAKE=cmake28 '
# use old c++ abi https://github.com/JuliaLang/julia/issues/17446
flags += 'CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 '

Expand Down

0 comments on commit 22eb073

Please sign in to comment.