Skip to content

Commit

Permalink
fix: harden_target is missing (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Apr 1, 2024
1 parent 556073c commit d1585c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/build/Hardening.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ message(

if(NOT USE_HARDENING)
message(STATUS "Hardening disabled by USE_HARDENING evaluates to false")
return()
endif()

message(VERBOSE "Check Hardening flags: ${USE_HARDENING_FLAGS}")
Expand Down

0 comments on commit d1585c4

Please sign in to comment.