Commit bdf38828 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Merge pull request #20 from NervanaSystems/bob/fix_broken_cmake

set compiler to clang
parents a265d736 8a220de5
......@@ -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