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
e2ebe2cf
Commit
e2ebe2cf
authored
Nov 24, 2023
by
Artur Wojcik
Browse files
fix CMakeLists.txt error
parent
69b5b2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/CMakeLists.txt
src/CMakeLists.txt
+3
-1
No files found.
src/CMakeLists.txt
View file @
e2ebe2cf
...
...
@@ -308,9 +308,10 @@ else()
target_compile_definitions
(
migraphx PUBLIC MIGRAPHX_HAS_EXECUTORS=0
)
endif
()
#
if(NOT WIN32)
if
(
NOT WIN32
)
find_package
(
nlohmann_json 3.8.0 REQUIRED
)
endif
()
target_link_libraries
(
migraphx PRIVATE nlohmann_json::nlohmann_json
)
migraphx_generate_export_header
(
migraphx
)
...
...
@@ -373,4 +374,5 @@ rocm_export_targets(
Threads
${
PACKAGE_DEPENDS
}
)
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