Skip to content

Commit

Permalink
format CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 12, 2023
1 parent 4267bd9 commit 63d23d9
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 @@ -249,7 +249,7 @@ set(OTELCPP_PROTO_PATH
if(WIN32)
option(WITH_ETW "Whether to include the ETW Exporter in the SDK" ON)
else()
if(DEFINED(WITH_ETW))
if(DEFINED (WITH_ETW))
message(FATAL_ERROR "WITH_ETW is only supported on Windows")
endif()
endif(WIN32)
Expand Down

0 comments on commit 63d23d9

Please sign in to comment.