Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Do not use custom FindGLUT cmake script.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Jan 27, 2009
1 parent f92a219 commit 1c6b65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 134 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ IF(WIN32)
SET(GNUWIN32 "${NV_SOURCE_DIR}/extern/gnuwin32")
SET(CMAKE_INCLUDE_PATH "${GNUWIN32}/include")
SET(CMAKE_LIBRARY_PATH "${GNUWIN32}/lib")

SET(GLUT_ROOT_PATH "${NV_SOURCE_DIR}/extern/glut")
ENDIF(WIN32)

INCLUDE(${NV_CMAKE_DIR}/OptimalOptions.cmake)
Expand Down
132 changes: 0 additions & 132 deletions cmake/FindGLUT.cmake

This file was deleted.

3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ ELSE(OPENGL_FOUND)
ENDIF(OPENGL_FOUND)

# GLUT
INCLUDE(${NV_CMAKE_DIR}/FindGLUT.cmake)
#INCLUDE(FindGLUT)
INCLUDE(FindGLUT)
IF(GLUT_FOUND)
MESSAGE(STATUS "Looking for GLUT - found")
ELSE(GLUT_FOUND)
Expand Down

0 comments on commit 1c6b65a

Please sign in to comment.