vtk-m2/CMake
Kenneth Moreland f9eb61d2a1 Find OpenGL libraries in external projects
Previously when an external project loaded VTK-m with find_package(VTKm)
and then tried to use anything with OpenGL, you would get compiler (and
probably linker) errors. The problem was that
VTKmRenderingContexts.cmake skipped over the loading of OpenGL libraries
because the vtkm_rendering_gl_context target was imported before this
code was ever called. Correct the problem by going through the motions
of checking OpenGL every time.
2018-04-25 14:29:48 -06:00
..
doxyfile.in skip fmt and tthread from doxygen 2018-01-26 13:31:10 -05:00
FindOpenGL.cmake Remove usage of CMake commands that don't exist in CMake 3.3 2018-04-25 14:29:48 -06:00
FindPyexpander.cmake cmake: remove executable permissions from CMake files 2018-01-16 14:56:02 -05:00
FindTBB.cmake Fix condition on which to get the TBB version 2018-04-04 16:34:34 -06:00
VTKmBuildDocumentation.cmake Added doxyfile and vtkmBuildDocumentation.cmake closes #8 2017-10-31 16:10:14 -06:00
VTKmBuildType.cmake Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VTKmCheckCopyright.cmake update VTKmCheckCopyright for new diy header locations. 2018-01-03 14:53:37 -05:00
VTKmCheckPyexpander.cmake Misc. typos 2018-01-30 06:51:47 -05:00
VTKmCheckSourceInBuild.cmake Applied patch from Rob Maynard 2018-02-13 09:16:45 -07:00
VTKmCompilerFlags.cmake Cuda will also print error/warning pragma values now. 2018-04-12 10:06:57 -04:00
VTKmConfig.cmake.in Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
VTKmCopyrightStatement.txt Added copyright check back into the build closes #7 2017-10-31 16:36:07 -06:00
VTKmCPUVectorization.cmake Respect the settings of VTKm_Vectorization when building VTK-m 2018-01-16 15:42:37 -05:00
VTKmDetectCUDAVersion.cu Properly detect what flags to pass to cuda when CUDA_Architecture is native 2018-01-08 14:00:54 -05:00
VTKmDetermineVersion.cmake VTKmDetermineVersion: list the project we found the version for 2018-01-24 09:17:57 -05:00
VTKmDeviceAdapters.cmake On MSVC+CUDA pass -expt-relaxed-constexpr 2018-04-25 14:29:48 -06:00
VTKmExportHeaderTemplate.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VTKmRenderingContexts.cmake Find OpenGL libraries in external projects 2018-04-25 14:29:48 -06:00
VTKmSystemInformation.cmake added SystemInformation cmake funcitonality closes #9 2017-10-31 16:37:04 -06:00
VTKmWrappers.cmake Remove usage of CMake commands that don't exist in CMake 3.3 2018-04-25 14:29:48 -06:00