Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
ebbdc25a
Commit
ebbdc25a
authored
10 years ago
by
Hahn, Steven
Browse files
Options
Downloads
Plain Diff
Merge pull request #467 from mantidproject/11411_remove_json_cpp_hack
Remove hack from FindJsonCPP.cmake
parents
fde09415
944f61b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Build/CMake/FindJsonCPP.cmake
+0
-5
0 additions, 5 deletions
Code/Mantid/Build/CMake/FindJsonCPP.cmake
with
0 additions
and
5 deletions
Code/Mantid/Build/CMake/FindJsonCPP.cmake
+
0
−
5
View file @
ebbdc25a
...
@@ -9,11 +9,6 @@
...
@@ -9,11 +9,6 @@
# JSONCPP_LIBRARY_DEBUG - library files for linking (debug version)
# JSONCPP_LIBRARY_DEBUG - library files for linking (debug version)
# JSONCPP_LIBRARIES - All required libraries, including the configuration type
# JSONCPP_LIBRARIES - All required libraries, including the configuration type
# Using unset here is a temporary hack to force FindJson to find the correct
# path in an incremental build. It should be removed a day or two after the
# branch introducing this is merged.
unset
(
JSONCPP_INCLUDE_DIR CACHE
)
# Headers
# Headers
find_path
(
JSONCPP_INCLUDE_DIR json/reader.h
find_path
(
JSONCPP_INCLUDE_DIR json/reader.h
PATH_SUFFIXES jsoncpp
)
PATH_SUFFIXES jsoncpp
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment