2008-07-28 20:48:21 +00:00
|
|
|
|
2011-01-31 10:45:03 +01:00
|
|
|
if (GOTO_LIBRARIES)
|
2008-07-28 20:48:21 +00:00
|
|
|
set(GOTO_FIND_QUIETLY TRUE)
|
2011-01-31 10:45:03 +01:00
|
|
|
endif (GOTO_LIBRARIES)
|
2008-07-28 20:48:21 +00:00
|
|
|
|
2011-01-26 19:39:10 +01:00
|
|
|
find_library(GOTO_LIBRARIES goto PATHS $ENV{GOTODIR} ${LIB_INSTALL_DIR})
|
2008-07-28 20:48:21 +00:00
|
|
|
|
2009-03-04 07:21:17 +00:00
|
|
|
if(GOTO_LIBRARIES AND CMAKE_COMPILER_IS_GNUCXX)
|
2011-01-26 19:16:06 +01:00
|
|
|
set(GOTO_LIBRARIES ${GOTO_LIBRARIES} "-lpthread -lgfortran")
|
|
|
|
|
endif()
|
2009-03-04 07:21:17 +00:00
|
|
|
|
2008-07-28 20:48:21 +00:00
|
|
|
include(FindPackageHandleStandardArgs)
|
2011-01-31 10:45:03 +01:00
|
|
|
find_package_handle_standard_args(GOTO DEFAULT_MSG GOTO_LIBRARIES)
|
2008-07-28 20:48:21 +00:00
|
|
|
|
2011-01-31 10:45:03 +01:00
|
|
|
mark_as_advanced(GOTO_LIBRARIES)
|