We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a8152 commit 7600db6Copy full SHA for 7600db6
2 files changed
CMakeLists.txt
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-cmake_minimum_required(VERSION "3.5")
+cmake_minimum_required(VERSION "3.10")
16
set (CMAKE_CXX_STANDARD 17)
17
18
# Determine whether TinyInst should be build for arm64 or x86
third_party/CMakeLists.txt
-cmake_minimum_required(VERSION "3.1")
if (${ARCHITECTURE} MATCHES arm64)
0 commit comments