Skip to content

Commit

Permalink
cmake: remove an old setting
Browse files Browse the repository at this point in the history
First, is shouldn't be necessary anymore. Second, this is not the place
to do it anyways (it should be in the `ThirdParty/glew` directory).
  • Loading branch information
mathstuf committed Dec 14, 2017
1 parent 98ca00d commit 3895e5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ include(vtkModuleMacros)
# Do we want examples built?
option(BUILD_EXAMPLES "Build VTK examples." OFF)

# default to not using the system GLEW as ours has fixes in it right now
set(VTK_USE_SYSTEM_GLEW OFF CACHE BOOL "do not use a system glew")

set(VTK_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit 3895e5e

Please sign in to comment.