Skip to content

Commit

Permalink
build: attempted to fix the missing cprofiles generated header issue
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Dec 16, 2024
1 parent 890339f commit a26a09a
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 @@ -217,7 +217,7 @@ endif()
# fluent-otel-proto
if (NOT CPROF_HAVE_FLUENT_OTEL_PROTO)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/${CPROF_PATH_LIB_FLUENT_OTEL_PROTO}/include)
CPROF_OPTION(FLUENT_PROTO_METRICS "on")
CPROF_OPTION(FLUENT_PROTO_PROFILES "on")
CPROF_OPTION(FLUENT_PROTO_EXAMPLES "off")
add_subdirectory(lib/fluent-otel-proto)
CPROF_DEFINITION(CPROF_HAVE_FLUENT_OTEL_PROTO)
Expand Down

0 comments on commit a26a09a

Please sign in to comment.