Unverified Commit bd869cb8 authored by Sang Ik Lee's avatar Sang Ik Lee Committed by GitHub

Enable cmake report CMAKE_<LANG>_COMPILER_ID AppleClang. (#2542)

parent 39fd329b
......@@ -64,6 +64,8 @@ if (APPLE)
else()
set(MACOS_RPATH ON)
endif()
# Enable CMAKE_<LANG>_COMPILER_ID AppleClang
cmake_policy(SET CMP0025 NEW)
endif()
project (ngraph)
......
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