use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed.
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
#
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
SET(INC
|
||||
set(INC
|
||||
.
|
||||
..
|
||||
)
|
||||
|
||||
SET(SRC
|
||||
set(SRC
|
||||
intern/MEM_CacheLimiterC-Api.cpp
|
||||
intern/MEM_RefCountedC-Api.cpp
|
||||
|
||||
@@ -43,4 +43,4 @@ SET(SRC
|
||||
MEM_SmartPtr.h
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_intern_memutil "${SRC}" "${INC}")
|
||||
blenderlib(bf_intern_memutil "${SRC}" "${INC}")
|
||||
|
Reference in New Issue
Block a user