[go: up one dir, main page]

Menu

[6b83fa]: / cmake / Config.cmake.in  Maximize  Restore  History

Download this file

13 lines (9 with data), 262 Bytes

@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/libloTargets.cmake")

if(@THREADING@)
    find_package(Threads)
    if (NOT Threads_FOUND)
        message(FATAL_ERROR "No supported thread library found.")
    endif()
endif()

check_required_components(liblo)