From 6106e240269e8c5baaa262895f1e610260960fa3 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 28 Jul 2017 13:48:48 -0400 Subject: [PATCH] Fix CMake line. --- vtkm/rendering/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtkm/rendering/CMakeLists.txt b/vtkm/rendering/CMakeLists.txt index 5dcf61b50..2902075cb 100644 --- a/vtkm/rendering/CMakeLists.txt +++ b/vtkm/rendering/CMakeLists.txt @@ -167,7 +167,7 @@ vtkm_library( ) # EGL Libs are added here to ensure propper linking when statically compiling. -# This is safe to do even when not using EGL as the values will then be empty. +# This is safe to do even when not using EGL as the values will then be empty. target_link_libraries(vtkm_rendering PUBLIC vtkm_cont PRIVATE ${VTKm_OPENGL_LIBRARIES} @@ -176,7 +176,7 @@ target_link_libraries(vtkm_rendering ) # EGL Dirs are added here to ensure propper linking when statically compiling. -# This is safe to do even when not using EGL as the values will then be empty. +# This is safe to do even when not using EGL as the values will then be empty. target_include_directories(vtkm_rendering PRIVATE ${VTKm_OPENGL_INCLUDE_DIRS} ${VTKm_BACKEND_INCLUDE_DIRS}