Skip to content
Snippets Groups Projects
Commit 8581062e authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

require older CMake version to make Travis happy

parent c4d2412f
No related branches found
No related tags found
Loading
# Keystone Assembler Engine (www.keystone-engine.org)
# By Nguyen Anh Quynh, 2016
cmake_minimum_required(VERSION 2.8.12.2)
cmake_minimum_required(VERSION 2.8.7)
set(KEYSTONE_VERSION_MAJOR 1)
set(KEYSTONE_VERSION_MINOR 0)
......
# See docs/CMake.html for instructions about how to build LLVM with CMake.
cmake_minimum_required(VERSION 2.8.12.2)
cmake_minimum_required(VERSION 2.8.7)
set(LLVM_INSTALL_TOOLCHAIN_ONLY ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment