Hi, I am generating Code::Blocks project files using CMake GUI. When I do this dependencies to GOMP/libgomp are added to the project makefiles. If I remove them manually, then make the project, they are added again (and the build fails because they are there and I don't have libgomp).
Is there any reason why CMake would be inserting these dependencies to GOMP? Given that they are being added, is there any way to suppress/inhibit them? Perhaps by setting a value via the CMake GUI interface? (A full explanation of my build attempt is given here http://stackoverflow.com/questions/31614268 , but I was wondering if there was a CMake-specific cause or workaround.) Many thanks, David -- 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