mirror of https://github.com/ecmwf/eccodes.git
11 lines
177 B
CMake
11 lines
177 B
CMake
|
if( SWIG_FOUND )
|
||
|
message( STATUS " SWIG command : [${SWIG_EXECUTABLE}]" )
|
||
|
endif()
|
||
|
|
||
|
if(CMATH_FOUND)
|
||
|
message( STATUS " CMath libs : [${CMATH_LIBRARIES}]" )
|
||
|
endif()
|
||
|
|
||
|
|
||
|
|