Changeset 3014
- Timestamp:
- 11/19/14 05:09:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r3006 r3014 191 191 set( CASACORE_LIBS casa 192 192 coordinates 193 components194 193 fits 195 194 images … … 216 215 endif() 217 216 endforeach() 217 set ( _libname libcomponents.${SO} ) 218 unset( _casacore_lib CACHE ) 219 find_library( _casacore_lib ${_libname} 220 PATHS ${CASACORE_PATHS} 221 PATH_SUFFIXES lib64 lib ) 222 if( _casacore_lib MATCHES "NOTFOUND$" ) 223 message( FATAL_ERROR "${_libname} could not be found. Please check!" ) 224 else() 225 list( APPEND _casacore_libs ${_casacore_lib} ) 226 endif() 218 227 set( CASACORE_LIBRARIES ${_casacore_libs} ) 219 228 else()
Note:
See TracChangeset
for help on using the changeset viewer.