From 7d0b5920c6d5d2bd889eab55679adaf39d146028 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 13 Nov 2011 14:16:43 +0000 Subject: rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES_ARCH as advanced. --- source/blender/blenkernel/CMakeLists.txt | 2 +- source/blender/makesrna/intern/CMakeLists.txt | 2 +- source/blender/modifiers/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 4e7561a1bc8..fd98da949ca 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -343,7 +343,7 @@ if(WITH_MOD_SMOKE) add_definitions(-DWITH_SMOKE) endif() -if(WITH_OCEANSIM) +if(WITH_MOD_OCEANSIM) add_definitions(-DWITH_OCEANSIM) endif() diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt index e50617f220c..fd9cd26cbfa 100644 --- a/source/blender/makesrna/intern/CMakeLists.txt +++ b/source/blender/makesrna/intern/CMakeLists.txt @@ -206,7 +206,7 @@ if(WITH_FFTW3) add_definitions(-DWITH_FFTW3) endif() -if(WITH_OCEANSIM) +if(WITH_MOD_OCEANSIM) add_definitions(-DWITH_OCEANSIM) endif() diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt index 4aedb4ae7a8..87498b3bb63 100644 --- a/source/blender/modifiers/CMakeLists.txt +++ b/source/blender/modifiers/CMakeLists.txt @@ -117,7 +117,7 @@ if(WITH_MOD_FLUID) add_definitions(-DWITH_MOD_FLUID) endif() -if(WITH_OCEANSIM) +if(WITH_MOD_OCEANSIM) add_definitions(-DWITH_OCEANSIM) endif() -- cgit v1.2.3