Skip to content

Commit

Permalink
CMakeLists.txt:
Browse files Browse the repository at this point in the history
find_package(USDT MODULE REQUIRED) if UNIX AND NOT APPLE
  • Loading branch information
RandyMcMillan committed May 29, 2024
1 parent 6230d47 commit 7f27e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ endif()

option(WITH_USDT "Enable tracepoints for Userspace, Statically Defined Tracing." OFF)
if(WITH_USDT)
if(UNIX AND NOT APPLE)
find_package(USDT MODULE REQUIRED)
endif()
endif()

cmake_dependent_option(ENABLE_EXTERNAL_SIGNER "Enable external signer support." ON "NOT WIN32" OFF)

Expand Down

0 comments on commit 7f27e76

Please sign in to comment.