Removed old cruft not needed anymore since we are doing this kind

of thing with cmake targets already in set_compiler_specific_options.cmake.
This commit is contained in:
Davis King 2017-10-27 05:50:15 -04:00
parent 16ad749c45
commit e8d74b3015
1 changed files with 0 additions and 9 deletions

View File

@ -322,15 +322,6 @@ elseif(WIN32 AND NOT MINGW)
set(lapack_found 0)
endif()
if (MSVC AND blas_found)
# need to set /bigobj when statically linking with the MKL on
# visual studio or it doesn't work right.
if (NOT CMAKE_CXX_FLAGS MATCHES "/bigobj")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj"
CACHE STRING "Flags used by the compiler during all C++ builds."
FORCE)
endif ()
endif()
endif()
if (NOT blas_found)