Skip to content
Snippets Groups Projects
Commit 8aabfc8c authored by Adrian Sampson's avatar Adrian Sampson
Browse files

Require CMake 3.1 (fix #1)

parent a2e7d8f8
No related branches found
No related tags found
No related merge requests found
find_package(LLVM REQUIRED CONFIG)
cmake_minimum_required(VERSION 3.1)
find_package(LLVM REQUIRED CONFIG)
add_definitions(${LLVM_DEFINITIONS})
include_directories(${LLVM_INCLUDE_DIRS})
link_directories(${LLVM_LIBRARY_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment