Skip to content

Commit

Permalink
Fix tests app when setting BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jan 15, 2024
1 parent 5b6e186 commit ba2e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif()
option( BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK "Disable checking if password is ASCII when compressing using Zip format" )
message( STATUS "Disable Zip ASCII password check: ${BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK}" )
if( BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK )
target_compile_definitions( ${LIB_TARGET} PRIVATE BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK )
target_compile_definitions( ${LIB_TARGET} PUBLIC BIT7Z_DISABLE_ZIP_ASCII_PWD_CHECK )
endif()

option( BIT7Z_DISABLE_USE_STD_FILESYSTEM "Disable using the standard filesystem library (always use ghc::filesystem)" )
Expand Down

0 comments on commit ba2e6f4

Please sign in to comment.