Skip to content

Commit

Permalink
Fixed bug in SVD tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Little committed Dec 16, 2015
1 parent bb408ab commit 681fa05
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 246 deletions.
1 change: 1 addition & 0 deletions BuildSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if( ${CMAKE_SYSTEM_NAME} MATCHES "SunOS" )
# add -DCMAKE_CXX_FLAGS=-std=c++03 or =-std=c++11 on the CMAKE invocation
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -mt -shared" )
elseif( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" )
set( CMAKE_SHARED_LIBRARY_SUFFIX .dylib )
set( CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -shared" )
Expand Down
Loading

0 comments on commit 681fa05

Please sign in to comment.