]> git.mxchange.org Git - flightgear.git/commitdiff
Make cmake for fgpanel work under linux
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 5 Jun 2011 19:08:44 +0000 (21:08 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 5 Jun 2011 19:08:44 +0000 (21:08 +0200)
utils/fgpanel/CMakeLists.txt

index e770d76f198ae810572f3fef9691fe650476bb98..90dc2f2d9011d57cf320ccb943dc4868f274332c 100644 (file)
@@ -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