CMake: remove expression in endif(...)

This commit is contained in:
Campbell Barton
2015-02-19 07:44:40 +11:00
parent 54994740bd
commit ee9ac4e4fc
3 changed files with 6 additions and 6 deletions

View File

@@ -577,6 +577,6 @@ if(WIN32)
list(APPEND INC_SYS
${PTHREADS_INC}
)
endif(WIN32)
endif()
blender_add_lib(bf_freestyle "${SRC}" "${INC}" "${INC_SYS}")