Re: [CMake] Library numeric extension?

2011-06-17 Thread Eric Sokolowsky
You didn't specify your development environment so I'm just guessing here. Under Linux, you usually have to install a development package in order to link to libraries. If you are compiling your own libgeotiff you might want to install the library before trying to link to it. You might also be link

[CMake] Adding debug definitions to OSX Xcode projects

2009-03-20 Thread Eric Sokolowsky
How do you tell Cmake to add a compiler flag to a project's Debug target? In a project I'm trying to fix (OpenSceneGraph) it looks like Cmake generates an Xcode project file containing all four of the build types: Debug, Release, ReleaseMinSize, and RelWithDebInfo. These types can be selected from

[CMake] Adding linker options

2008-06-11 Thread Eric Sokolowsky
I am new to cmake. I'm trying to add a particular linker flag to a particular project. I tried to use the following: IF (APPLE) SET(LINKER_FLAGS "${LINKER_FLAGS} -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framew