Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Dec 26, 2024
1 parent f74baaa commit 29271ef
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 @@ -678,7 +678,7 @@ if (BUILD_TESTING)
target_include_directories(fuzztest PUBLIC tests)
target_link_libraries(fuzztest PUBLIC ${PROJECT_NAME})

# Set default values for fuzzing if not defined
# Set default values for fuzzing
if(DEFINED ENV{FUZZ_TIMEOUT_SEC})
set(FUZZ_TIMEOUT_SEC $ENV{FUZZ_TIMEOUT_SEC})
else()
Expand Down

0 comments on commit 29271ef

Please sign in to comment.