Skip to content

Commit e5dca30

Browse files
committed
remove unnecessary condition in endif(condition)
1 parent f72c9ea commit e5dca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if( OJPH_ENABLE_TIFF_SUPPORT AND (NOT EMSCRIPTEN))
1919
message(STATUS " TIFF_INCLUDE_DIRS = ${TIFF_INCLUDE_DIRS}")
2020
message(STATUS " TIFF_LIBRARY = ${TIFF_LIBRARY}")
2121
message(STATUS " TIFF_LIBRARIES = ${TIFF_LIBRARIES}")
22-
endif(TIFF_FOUND)
22+
endif()
2323

2424
endif()
2525
############################################################

0 commit comments

Comments
 (0)