From ee9ac4e4fc495ea4a913cfff63650dfe07da35e2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Feb 2015 07:44:40 +1100 Subject: CMake: remove expression in endif(...) --- source/blender/freestyle/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt index 6860afe64c2..7fbb219af08 100644 --- a/source/blender/freestyle/CMakeLists.txt +++ b/source/blender/freestyle/CMakeLists.txt @@ -577,6 +577,6 @@ if(WIN32) list(APPEND INC_SYS ${PTHREADS_INC} ) -endif(WIN32) +endif() blender_add_lib(bf_freestyle "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3