I looked at make VERBOSE=1 as you suggested and the -D's indeed are missing. Again, in my working small demo they show up properly. I guess something else in the CMakeLists.txt must be breaking this functionality? The full file is here: http://pastebin.com/SWZgmJ33
but none of the definitions set throughout the file are used, they are all set in the set(my_definitions ... ) at the very end. (I've tried with those escaped semicolons, semicolons with spaces, and semicolons without spaces and they all have identical behavior of not defining the definitions). David _______________________________________________ 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
