Hello All, I'm trying to use the Green Hills MULTI generator with CMake 3,6,2 and I'm having some problems with static libraries.
I'm creating several static libraries projects and I want the library to be created in a specific folder different from the build folder, so I tried to use CMAKE_ARCHIVE_OUTPUT_DIRECTORY as I was doing previously with NMake Makefiles JOM generator, but this variable has no effect and the created Multi project has the output path to the build folder. I tried to use other CMake variables and if I use CMAKE_RUNTIME_OUTPUT_DIRECTORY then I get the result that I want but it's not what the documentation explains. Did someone try something similar? Regards, Arturo
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
