Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
pfabric
Commits
9c2e268d
Commit
9c2e268d
authored
Aug 13, 2019
by
Philipp Götze
Browse files
Changed copy source location for json dependency
parent
e079ffad
Pipeline
#145
canceled with stages
in 8 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/Download3rdParty.cmake
View file @
9c2e268d
...
...
@@ -41,7 +41,7 @@ add_custom_command(
OUTPUT
${
THIRD_PARTY_DIR
}
/json
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
THIRD_PARTY_DIR
}
/json
COMMAND
${
CMAKE_COMMAND
}
-E copy
${
json_SOURCE_DIR
}
/json.hpp
${
json_SOURCE_DIR
}
/
../json-download/json-download-prefix/src/
json.hpp
${
THIRD_PARTY_DIR
}
/json/
)
include_directories
(
"
${
THIRD_PARTY_DIR
}
/json"
)
...
...
Write
Preview
Supports
Markdown
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