Skip to content
Snippets Groups Projects
Commit aadbf1bf authored by Ben Boeckel's avatar Ben Boeckel
Browse files

cmake: rename vtkCompilerExtras to vtkCompilerExtraFlags

parent 3cfad373
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,3 @@ if(CMAKE_COMPILER_IS_GNUCXX)
"${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_WARN} ${CMAKE_CXX_FLAGS_ERROR}")
endif()
endif()
......@@ -14,6 +14,7 @@ if (APPLE)
endif ()
include(vtkCompilerChecks)
include(vtkCompilerExtraFlags)
include(vtkInitializeBuildType)
include(vtkVersion)
set(VTK_VERSION
......@@ -40,9 +41,6 @@ set(VTK_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
# Add the Remote Subdirectory
add_subdirectory(Remote)
#-----------------------------------------------------------------------------
include(vtkCompilerExtras)
#-----------------------------------------------------------------------------
# Does VTK require support for 64 bit file systems
include(CheckCXXSourceRuns)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment