Skip to content

Commit

Permalink
CMakeLists.txt now checks specified libfabric version:1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songweijia committed May 12, 2020
1 parent f8c4058 commit bc88308
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ endif()
# libfabric_FOUND
# libfabric_INCLUDE_DIRS
# libfabric_LIBRARIES
find_package(libfabric)
if (NOT ${libfabric_FOUND})
message(FATAL_ERROR "libfabric not found. Please install from https://github.com/ofiwg/libfabric.git. [commit:fcf0f2ec3c7109e06e09d3650564df8d2dfa12b6]")
endif()
find_package(libfabric 1.7.0 REQUIRED)

# spdlog is a packaged system library, so this probably isn't necessary, but
# it helps ensure that the right version is installed
Expand Down

0 comments on commit bc88308

Please sign in to comment.