Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
9fc4869c
Commit
9fc4869c
authored
Mar 22, 2017
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add path to opencv libs to windows testing path.
parent
c3ee1be3
Pipeline
#52140
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
cmake/CTestCustom.cmake.in
cmake/CTestCustom.cmake.in
+7
-1
No files found.
cmake/CTestCustom.cmake.in
View file @
9fc4869c
...
...
@@ -132,8 +132,14 @@ ignore_project_warnings(vxl)
ignore_project_warnings(zeromq)
if (WIN32)
if (EXISTS ${CMAKE_CURRENT_LIST_DIR}/install/x64/vc14)
set(opencv_path_ext ";${CMAKE_CURRENT_LIST_DIR}/install/x64/vc14/bin")
elseif (EXISTS ${CMAKE_CURRENT_LIST_DIR}/install/x64/vc12)
set(opencv_path_ext ";${CMAKE_CURRENT_LIST_DIR}/install/x64/vc12/bin")
endif()
set(ENV{PATH}
"$ENV{PATH};${CMAKE_CURRENT_LIST_DIR}/install/bin;${CMAKE_CURRENT_LIST_DIR}/install/lib")
"$ENV{PATH};${CMAKE_CURRENT_LIST_DIR}/install/bin;${CMAKE_CURRENT_LIST_DIR}/install/lib
${opencv_path_ext}
")
endif ()
# Regular expression for error exceptions during build process
...
...
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