mirror of https://github.com/davisking/dlib.git
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:
parent
16ad749c45
commit
e8d74b3015
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue