From f56c5245d249ce755fb26ae1791de3c6f9dcee44 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Mon, 12 Oct 2020 18:51:48 +0530 Subject: Cleanup: CMake: Remove arguments from endif(..) No functional change. Added in {rB1f6b7387ad01} --- source/blender/datatoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/datatoc') diff --git a/source/blender/datatoc/CMakeLists.txt b/source/blender/datatoc/CMakeLists.txt index fa400ccf36d..27dc01f1750 100644 --- a/source/blender/datatoc/CMakeLists.txt +++ b/source/blender/datatoc/CMakeLists.txt @@ -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) -- cgit v1.2.3