Skip to content

Commit 0408f45

Browse files
committed
Switch to the CMake provided FindGLEW
We can migrate to the CMake version that provides imported target, and stop carrying around our own version now that our CMake minimum has been bumped. Signed-off-by: Marcus D. Hanwell <[email protected]>
1 parent cc5897a commit 0408f45

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ if (NOT SKBUILD)
114114
"${AvogadroLibs_BINARY_DIR}/AvogadroLibsConfig.cmake"
115115
"${AvogadroLibs_BINARY_DIR}/AvogadroLibsConfigVersion.cmake"
116116
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindEigen3.cmake"
117-
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindGLEW.cmake"
118117
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindLIBARCHIVE.cmake"
119118
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/Findlibmsym.cmake"
120119
DESTINATION "${INSTALL_LIBRARY_DIR}/cmake/avogadrolibs")

cmake/FindGLEW.cmake

-17
This file was deleted.

0 commit comments

Comments
 (0)