Bug #692
Revision 2057 broke compilation under FreeBSD and Windows
Start date:
10 Apr 2010
Due date:
% Done:
0%
Estimated time:
Description
The proper fix is missing include in config/ConfigureChecks.cmake
include( CheckCXXSourceCompiles )
Mea culpa ;-)
Related issues
Associated revisions
History
Updated by Nikolai Saoukh over 11 years ago
I had not seen yet the details of failure (as the reason for rev. 2057).
In more broad sense all the checks should be converted to CXX instead CC,
as the sources compiled by C++ compiler, while checks performed by C compiler.
Updated by Robin Mills over 8 years ago
- Category set to build
- Status changed from Resolved to Closed
- Assignee set to Gilles Caulier
- Target version set to 0.24
Fixed in 0.24.
apply fix for BUG #692