From 3d36577a20606e0ece4e74504c78e6a680289cf5 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer <Torsten@t3r.de> Date: Sun, 5 Jun 2011 21:08:44 +0200 Subject: [PATCH] Make cmake for fgpanel work under linux --- utils/fgpanel/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/fgpanel/CMakeLists.txt b/utils/fgpanel/CMakeLists.txt index e770d76f1..90dc2f2d9 100644 --- a/utils/fgpanel/CMakeLists.txt +++ b/utils/fgpanel/CMakeLists.txt @@ -1,7 +1,7 @@ -#FIXME: does this work in *nix/windows? -find_package(png REQUIRED) +#FIXME: does this work in windows? +find_package(PNG REQUIRED) find_package(OpenGL REQUIRED) -find_package(glut REQUIRED) +find_package(GLUT REQUIRED) add_executable(fgpanel main.cxx FGGLApplication.cxx