Skip to content

Commit

Permalink
Mark IPDK_ROLE_FIXED variable as advanced (#710)
Browse files Browse the repository at this point in the history
- This is an internal variable intended for use by developers.

Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes authored Nov 5, 2024
1 parent f89e5f0 commit 696ff26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ option(IPDK_ROLE_FIX "Enable IPDK role config changes" ON)
option(SET_RPATH "Set RPATH in libraries and executables" OFF)
option(WITH_KRNLMON "Enable Kernel Monitor support" ON)
option(WITH_OVSP4RT "Enable OVS support" ON)
mark_as_advanced(IPDK_ROLE_FIX)

############################
# Target selection options #
Expand Down

0 comments on commit 696ff26

Please sign in to comment.