diff --git a/bitrise.yml b/bitrise.yml index e6ab3d22d..d5a5cb1ab 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -52,7 +52,7 @@ workflows: sudo apt remove cmake -y sudo apt purge --auto-remove cmake -y sudo apt install ninja-build -y - version=3.8 + version=3.10 build=2 mkdir ~/temp cd ~/temp @@ -97,7 +97,7 @@ workflows: sudo apt remove cmake -y sudo apt purge --auto-remove cmake -y sudo apt install ninja-build -y - version=3.8 + version=3.10 build=2 mkdir ~/temp cd ~/temp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4a4c39f17..33d7400fa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,6 @@ if (MSVC) /Zo /permissive- /EHsc - /std:c++latest /volatile:iso /Zc:externConstexpr /Zc:inline