From afacd184982e58a9c830a3d5366e25983939a7ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Dec 2010 08:43:06 +0000 Subject: use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed. --- extern/binreloc/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extern/binreloc') diff --git a/extern/binreloc/CMakeLists.txt b/extern/binreloc/CMakeLists.txt index a8d5ecd8a77..d0bba4c3cf9 100644 --- a/extern/binreloc/CMakeLists.txt +++ b/extern/binreloc/CMakeLists.txt @@ -18,17 +18,17 @@ # All rights reserved. # -SET(SRC +set(SRC binreloc.c include/binreloc.h ) -SET(INC +set(INC ./include ) -ADD_DEFINITIONS(-DENABLE_BINRELOC) +add_definitions(-DENABLE_BINRELOC) -BLENDERLIB(extern_binreloc "${SRC}" "${INC}") +blenderlib(extern_binreloc "${SRC}" "${INC}") -- cgit v1.2.3