Skip to content

Commit

Permalink
use ENV keyword to get env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Dec 26, 2024
1 parent 23209c4 commit 801f141
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 @@ -679,7 +679,7 @@ if (BUILD_TESTING)
target_link_libraries(fuzztest PUBLIC ${PROJECT_NAME})

# Set default values for fuzzing if not defined
if(NOT DEFINED FUZZ_TIMEOUT_SEC)
if(NOT DEFINED ENV{FUZZ_TIMEOUT_SEC})
set(FUZZ_TIMEOUT_SEC 60)
endif()

Expand Down

0 comments on commit 801f141

Please sign in to comment.