mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Fixed a minor typo in CMakeLists.txt which prevented CMake from finding the IBVerbs config files
This commit is contained in:
parent
781f405a48
commit
a44ec237f9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ find_package(OpenSSL 1.0.0 REQUIRED)
|
|||
find_package(CURL 7.29 REQUIRED)
|
||||
find_package(Mosquitto)
|
||||
find_package(Opal)
|
||||
find_package(IBverbs)
|
||||
find_package(IBVerbs)
|
||||
find_package(RDMACM)
|
||||
|
||||
# Check programs
|
||||
|
|
Loading…
Add table
Reference in a new issue