Skip to content

Commit

Permalink
Fixed CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Mar 4, 2024
1 parent c11abee commit b78f634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ option(ECALUDP_USE_BUILTIN_RECYCLE
cmake_dependent_option(ECALUDP_USE_BUILTIN_UDPCAP
"Use the builtin udpcap submodule. Only needed if ECALUDP_ENABLE_NPCAP is ON. If set to OFF, udpcap must be available from somewhere else (e.g. system libs). Setting this option to ON will also use the default dependencies of udpcap (npcap-sdk, pcapplusplus)."
ON # Default value if dependency is met
"ECALUDP_ENABLE_UDPCAP" # Dependency
"ECALUDP_ENABLE_NPCAP" # Dependency
OFF) # Default value if dependency is not met
cmake_dependent_option(ECALUDP_USE_BUILTIN_GTEST
"Use the builtin GoogleTest submodule. Only needed if ECALUDP_BUILD_TESTS is ON. If set to OFF, GoogleTest must be available from somewhere else (e.g. system libs)."
Expand Down

0 comments on commit b78f634

Please sign in to comment.