Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
17f5d17e
Commit
17f5d17e
authored
Jul 02, 2018
by
Paul
Browse files
Change name
parent
7abdd2f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
doc/CMakeLists.txt
doc/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
17f5d17e
...
...
@@ -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
"MIG
RAPHLib
requires at least gcc 5.4"
)
message
(
FATAL_ERROR
"MIG
raph
requires at least gcc 5.4"
)
endif
()
endif
()
...
...
doc/CMakeLists.txt
View file @
17f5d17e
...
...
@@ -16,7 +16,7 @@ add_doxygen_doc(
CALL_GRAPH YES
CALLER_GRAPH YES
BUILTIN_STL_SUPPORT YES
PROJECT_NAME MIG
RAPHLib
PROJECT_NAME MIG
raph
SORT_MEMBERS_CTORS_1ST YES
SOURCE_BROWSER YES
GENERATE_TREEVIEW YES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment