Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pei JIA
VTK-m
Commits
30fdc7f9
Commit
30fdc7f9
authored
Jun 06, 2016
by
Kenneth Moreland
Browse files
Merge branch 'osmesa-link-error' into 'master'
Fix minor issues with building with OSMesa See merge request !440
parents
5ba6afe6
74f93807
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/rendering/testing/CMakeLists.txt
View file @
30fdc7f9
...
...
@@ -24,11 +24,15 @@ set(unit_tests
)
set
(
libs
)
if
(
OSMESA_FOUND
)
set
(
unit_tests
${
unit_tests
}
UnitTestMapperOSMesa.cxx
)
list
(
APPEND libs
${
OSMESA_INCLUDE_DIR
}
)
if
(
OPENGL_FOUND
)
list
(
APPEND libs
${
OPENGL_LIBRARIES
}
)
if
(
OSMESA_FOUND
)
set
(
unit_tests
${
unit_tests
}
UnitTestMapperOSMesa.cxx
)
list
(
APPEND libs
${
OSMESA_LIBRARY
}
)
endif
()
endif
()
VTKM_unit_tests
(
SOURCES
${
unit_tests
}
...
...
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