Skip to content

Commit d940b1a

Browse files
committed
include utils unconditionally
1 parent e9bbc32 commit d940b1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,8 @@ set(CMAKE_MODULE_PATH
194194
${CMAKE_MODULE_PATH}
195195
${PROJECT_SOURCE_DIR}/src/viam/cmake
196196
)
197-
if (VIAMCPPSDK_BUILD_TESTS OR VIAMCPPSDK_BUILD_EXAMPLES)
198-
# We maybe could include this unconditionally, but technically only tests or examples need it
199-
include(viamcppsdk_utils)
200-
endif()
197+
198+
include(viamcppsdk_utils)
201199

202200

203201

0 commit comments

Comments
 (0)