Cleanup: CMake: Remove arguments from endif(..)

No functional change. Added in {rB1f6b7387ad01}
This commit is contained in:
2020-10-12 18:51:48 +05:30
parent 370ed6025f
commit f56c5245d2
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ if(NOT WITH_HEADLESS)
if(NOT APPLE)
# APPLE plaform uses full paths for linking libraries.
link_directories(${PNG_LIBPATH} ${ZLIB_LIBPATH})
endif(NOT APPLE)
endif()
add_executable(datatoc_icon ${SRC})
setup_platform_linker_flags(datatoc_icon)