Skip to content

Commit

Permalink
Case-sensitive CMake module name fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanway-ilm committed Aug 10, 2014
1 parent a205b29 commit 9f0a406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenEXR_Viewers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ SET (BUILD_WITH_INSTALL_RPATH 1)
ADD_DEFINITIONS ( -DHAVE_CONFIG_H )

SET (FLTK_SKIP_FLUID 1)
FIND_PACKAGE (OPENGL REQUIRED)
FIND_PACKAGE (OpenGL REQUIRED)
FIND_PACKAGE (FLTK)
FIND_PACKAGE (GLUT)
FIND_PACKAGE (CG)
FIND_PACKAGE (Cg)

IF (NOT WIN32)
SET ( PTHREAD_LIB pthread )
Expand Down

0 comments on commit 9f0a406

Please sign in to comment.