Hi, 2010/9/2 Ryan Pavlik <[email protected]>: > Set the appropriate variables at the top of the CMakeLists.txt file of the > given subdirectory. Each add_subdirectory call creates a new scope, so > variables set in sub-directories do not propagate to parents unless > specifically told to.
But which variables would I have to set? Up to now I have used set_target_properties(... LINK_FLAGS ...). Kind regards Ingolf _______________________________________________ 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
