Hi... I am a newbie in Mac OS X, and trying to compile openGL program using cmake. I use cmake ver 2.0.5. When I generate Makefile using cmake, it picks up -lGL instead of -framework OpenGL, etc. It seems that FindOpenGL.cmake is also correct but it alwas links to X11 openGL. How can I fix this? Won-Ki