Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade authored Nov 1, 2024
1 parent 1922efe commit 3f02f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
option( USE_ETW "Use ETW" ON )
if(USE_ETW)
add_compile_definitions(USE_ETW)
#FYI Krabs need to be built as a static lib which is not the default from the submodule
endif()

# static linking for GNU compilers
Expand Down

0 comments on commit 3f02f34

Please sign in to comment.