source: PSPA/madxPSPA/cmake/FindSTDCPP.cmake @ 441

Last change on this file since 441 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 164 bytes
Line 
1
2if(NOT (WIN32 AND CMAKE_Fortran_COMPILER_ID STREQUAL "Intel"))
3   # On Debian Stable, stdc++ is not linked by default...
4   set(STDCPP_LIBS stdc++ gcc_eh)
5endif()
Note: See TracBrowser for help on using the repository browser.