"src/targets/gpu/vscode:/vscode.git/clone" did not exist on "dd651742a9bfdf26ebab2d5f6fb55fc7633f1b22"
Commit 17f5d17e authored by Paul's avatar Paul
Browse files

Change name

parent 7abdd2f0
......@@ -7,7 +7,7 @@ option( BUILD_SHARED_LIBS "Build as a shared library" ON )
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "5.4")
message(FATAL_ERROR "MIGRAPHLib requires at least gcc 5.4")
message(FATAL_ERROR "MIGraph requires at least gcc 5.4")
endif()
endif()
......
......@@ -16,7 +16,7 @@ add_doxygen_doc(
CALL_GRAPH YES
CALLER_GRAPH YES
BUILTIN_STL_SUPPORT YES
PROJECT_NAME MIGRAPHLib
PROJECT_NAME MIGraph
SORT_MEMBERS_CTORS_1ST YES
SOURCE_BROWSER YES
GENERATE_TREEVIEW YES
......
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