Skip to content

Commit

Permalink
cmake: Fix broken CI build due utils build
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 19, 2024
1 parent ca56683 commit d53d033
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 @@ -40,6 +40,7 @@ option(CONFIG_OSDP_LIB_ONLY "Only build the library" OFF)
include(GitSubmodules)
add_subdirectory(src)
if (NOT CONFIG_OSDP_STATIC_PD AND NOT CONFIG_OSDP_LIB_ONLY)
add_subdirectory(utils)
add_subdirectory(tests/unit-tests)
add_subdirectory(examples/c)
add_subdirectory(examples/cpp)
Expand Down

0 comments on commit d53d033

Please sign in to comment.