File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build Status
1010| ----------| ----------| --------------| --------|
1111| Windows | msvc15 | amd64 | ![ Windows msvc15 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_windows_msvc15.png ) |
1212| Windows | msvc16 | amd64 | ![ Windows msvc16 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_windows_msvc16.png ) |
13- | Linux | gcc5.4 | amd64 | ![ Linux-gcc5.4 -amd64 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_linux_gcc5.4-core2_64 .png ) |
13+ | Linux | gcc9 | amd64 | ![ Linux-gcc9 -amd64 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_linux_gcc9-amd64 .png ) |
1414| MacOS Yosemite | clang10 | amd64 | ![ MacOS Yosemite clang11 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_macos-yosemite.png ) |
1515| MacOS Catalina| clang11 | amd64 | ![ MacOS Catalina clang11 Build Status] ( https://biogearsengine.com/content/badges/nightly_biogears-ui_macos-catalina.png ) |
1616
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ set(CMAKE_SYSTEM_NAME Linux)
33set(CMAKE_GENERATOR "GNU Makefiles")
44set(CMAKE_SYSTEM_PROCESSOR "x86_64")
55# which compilers to use for C and C++
6- set(CMAKE_C_COMPILER gcc-5 )
6+ set(CMAKE_C_COMPILER gcc-9 )
77set(CMAKE_C_FLAGS "-mtune=core2 -std=c11 -fPIC")
8- set(CMAKE_CXX_COMPILER g++-5 )
8+ set(CMAKE_CXX_COMPILER g++-9 )
99set(CMAKE_CXX_FLAGS "-mtune=core2 -std=c++11 -fPIC")
1010
You can’t perform that action at this time.
0 commit comments