refactor: remove leftover empty if statement

main
Christoph Hasse 4 years ago
parent d6c82b88bc
commit 2ca56ecbd0

@ -38,8 +38,6 @@ int main() {
check_include_file_cxx( "unistd.h" EXV_HAVE_UNISTD_H )
check_include_file_cxx( "sys/mman.h" EXV_HAVE_SYS_MMAN_H )
if ( NOT MINGW AND NOT MSYS AND NOT MSVC )
endif()
set(EXV_ENABLE_NLS ${EXIV2_ENABLE_NLS})

Loading…
Cancel
Save