Skip to content

Commit

Permalink
Disable PCIe for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeLexer committed Mar 19, 2024
1 parent c263c45 commit d0bc8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comms/PCIe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(COMMS_LITE_PCIE_SOURCES
########################################################################
include(FeatureSummary)
include(CMakeDependentOption)
cmake_dependent_option(ENABLE_LITE_PCIE "Enable Lite PCIe" ON "UNIX;ENABLE_LIBRARY" OFF)
cmake_dependent_option(ENABLE_LITE_PCIE "Enable Lite PCIe" ON "UNIX;ENABLE_LIBRARY; NOT APPLE" OFF)
add_feature_info(LITE_PCIE ENABLE_LITE_PCIE "PCIe support")
if (NOT ENABLE_LITE_PCIE)
return()
Expand Down

0 comments on commit d0bc8fe

Please sign in to comment.