Hi
I have a problem. After running CMake (VS 2003/2008 project) there's always a 
EXPORT preprocessor define in my project setting that I don't need.

add_library(XXX SHARED ...)

--> predefine XXX_EXPORTS

I manually set this predefine in a correct way (means in upper case!). CMake 
generate something like:

testProject_EXPORTS

but it should be:

TESTPOJECT_EXPORTS

Is there a way to supress this predfine?

Best regards 
SirAnn



-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!                       
Jetzt informieren: http://www.gmx.net/de/go/freephone
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to