CLP linking error on Windows with MinGW (Patch #1872)
Description
To be able to build OpenCV with Clp support on Windows with MinGW (using "WITH_CLP" option), i had to modify "CMakeLists.txt":
the prefix "lib" has to be remove from the name of the libraries to be able to link.
This can be solved with the attached patch applied to the trunk (CMakeLists.txt Revision 8282).
Best regards,
Philippe FOUBERT
Associated revisions
fixed linking CLP in the case of MinGW (patch #1872)
Merge pull request #1872 from KonstantinMatskevich:ocl_mt_test
History
Updated by Alexander Shishkov almost 13 years ago
- Category set to build/install
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky over 12 years ago
thanks! your patch was applied in a63669f
- Status changed from Open to Done
- Assignee set to Vadim Pisarevsky
Updated by Andrey Kamaev about 12 years ago
- Target version set to 2.4.3