The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14510 ====================================================================== Reported By: Christian Kögler Assigned To: ====================================================================== Project: CMake Issue ID: 14510 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-10-25 07:57 EDT Last Modified: 2013-10-25 07:57 EDT ====================================================================== Summary: find_library do not find stdc++ Description: It is not possible to find the library stdc++ with the Cmake command find_library().
Steps to Reproduce: find_function(stdcxx_LIBRARY stdc++) Additional Information: We need this function because, we use the Gnat compiler to compile an project and have to link the stdc++ library provided by the system against it. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-10-25 07:57 Christian KöglerNew Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
