Override boost library suffix in cmake toolchain file

This commit is contained in:
Kalev Lember 2011-05-01 11:22:31 +03:00
parent 5b66efd7ed
commit a3f272c1d2
2 changed files with 6 additions and 1 deletions

View File

@ -21,3 +21,5 @@ SET(QT_LIBRARY_DIR ${CMAKE_FIND_ROOT_PATH}/lib)
# set the resource compiler (RHBZ #652435)
SET(CMAKE_RC_COMPILER /usr/bin/i686-pc-mingw32-windres)
# override boost library suffix which defaults to -mgw
SET(Boost_COMPILER -gcc45)

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 65
Version: 66
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -168,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun May 01 2011 Kalev Lember <kalev@smartlink.ee> - 66-1
- Override boost library suffix in cmake toolchain file
* Thu Mar 17 2011 Kalev Lember <kalev@smartlink.ee> - 65-1
- Don't error out trying to set illegal LD.BFD variable name