Skip to content

Commit

Permalink
Fix typo GENENV -> GETENV (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
sproberts92 authored Feb 10, 2023
1 parent 2544803 commit d1fd49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if(WITH_LOGS_PREVIEW)
target_compile_definitions(opentelemetry_api INTERFACE ENABLE_LOGS_PREVIEW)
endif()

if(WITH_NO_GENENV)
if(WITH_NO_GETENV)
target_compile_definitions(opentelemetry_api INTERFACE NO_GETENV)
endif()

Expand Down

0 comments on commit d1fd49d

Please sign in to comment.