Commit e8d74b30 authored by Davis King's avatar Davis King

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

of thing with cmake targets already in set_compiler_specific_options.cmake.
parent 16ad749c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment