Ticket #49066: patch-CMakeLists.txt.diff
File patch-CMakeLists.txt.diff, 633 bytes (added by dstrubbe (David Strubbe), 9 years ago) |
---|
-
alps/CMakeLists.txt
old new 107 107 108 108 #maintenance building options 109 109 110 include (CMakeDetermineSystem)110 #include (CMakeDetermineSystem) 111 111 #include (CMakeDetermineFortranCompiler) 112 112 #message (STATUS "Fortran compiler: ${CMAKE_Fortran_COMPILER}") 113 113 #include (CMakeTestFortranCompiler) … … 318 318 ENDIF(NOT WIN32) 319 319 endif (NOT ALPS_FOR_VISTRAILS) 320 320 if(MAC_VECLIB) 321 set(LAPACK_LDFLAGS "-framework vecLib")321 set(LAPACK_LDFLAGS "-framework Accelerate") 322 322 endif(MAC_VECLIB) 323 323 set(LAPACK_LINKER_FLAGS ${LAPACK_LDFLAGS}) 324 324