Skip to content

Commit

Permalink
build: Improve summary output
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Sep 7, 2021
1 parent 24fbf94 commit 0bf765e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/FairMQDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(FairMQBundlePackageHelper)
if(BUILD_FAIRMQ OR BUILD_SDK)
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
find_package2(PUBLIC Threads REQUIRED)
set(Threads_PREFIX "<unknown system prefix>")
set(Threads_PREFIX "<system>")
endif()

if(BUILD_OFI_TRANSPORT)
Expand Down Expand Up @@ -59,6 +59,7 @@ if(BUILD_FAIRMQ)
endif()
find_package2(BUNDLED PicoSHA2 REQUIRED)
set(PicoSHA2_VERSION "1.0.0")
set(PicoSHA2_PREFIX "<bundled>")
endif()

if(BUILD_TESTING)
Expand All @@ -68,6 +69,7 @@ if(BUILD_TESTING)
find_package2(BUNDLED GTest REQUIRED)
if(GTest_BUNDLED)
set(GTest_VERSION "Apr 28 2021 @f5e592d8")
set(GTest_PREFIX "<bundled>")
endif()
endif()

Expand Down

0 comments on commit 0bf765e

Please sign in to comment.