Remove unused and broken Boost_COMPILER from CMake toolchain files
This commit is contained in:
parent
475f0ff26f
commit
aad18c0124
@ -315,6 +315,8 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
||||
and /usr/share/data/mingw/toolchain-mingw64.cmake don't have
|
||||
an uppercase character in their file name any more
|
||||
* Add CMAKE_SYSTEM_PROCESSOR to the CMake toolchain files
|
||||
* Removed Boost_COMPILER from the CMake toolchain files as
|
||||
it was unused and broken anyway
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
@ -20,9 +20,6 @@ SET(QT_BINARY_DIR /usr/i686-w64-mingw32/bin /usr/bin)
|
||||
# set the resource compiler (RHBZ #652435)
|
||||
SET(CMAKE_RC_COMPILER /usr/bin/i686-w64-mingw32-windres)
|
||||
|
||||
# override boost library suffix which defaults to -mgw
|
||||
SET(Boost_COMPILER -gcc47)
|
||||
|
||||
# These are needed for compiling lapack (RHBZ #753906)
|
||||
SET(CMAKE_Fortran_COMPILER /usr/bin/i686-w64-mingw32-gfortran)
|
||||
SET(CMAKE_AR:FILEPATH /usr/bin/i686-w64-mingw32-ar)
|
||||
|
@ -20,9 +20,6 @@ SET(QT_BINARY_DIR /usr/x86_64-w64-mingw32/bin /usr/bin)
|
||||
# set the resource compiler (RHBZ #652435)
|
||||
SET(CMAKE_RC_COMPILER /usr/bin/x86_64-w64-mingw32-windres)
|
||||
|
||||
# override boost library suffix which defaults to -mgw
|
||||
SET(Boost_COMPILER -gcc47)
|
||||
|
||||
# These are needed for compiling lapack (RHBZ #753906)
|
||||
SET(CMAKE_Fortran_COMPILER /usr/bin/x86_64-w64-mingw32-gfortran)
|
||||
SET(CMAKE_AR:FILEPATH /usr/bin/x86_64-w64-mingw32-ar)
|
||||
|
Loading…
Reference in New Issue
Block a user