Commit 8a220de5 authored by Robert Kimball's avatar Robert Kimball

set compiler to clang

parent a265d736
......@@ -27,6 +27,8 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 OLD)
endif()
set(CMAKE_CXX_COMPILER "clang++")
project (ngraph CXX)
set(NGRAPH_VERSION 0.1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment