From ea74ed5a7a2031b614d401e394f2e0146fc90155 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 18 Nov 2020 01:58:21 +0100 Subject: Cleanup: remove all of "#ifdef WITH_POINT_CLOUD" Since Point Cloud was removed from experimental this is no longer needed. --- source/blender/makesrna/intern/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesrna/intern/CMakeLists.txt') diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt index 3ebbb98934e..9aea5b26a54 100644 --- a/source/blender/makesrna/intern/CMakeLists.txt +++ b/source/blender/makesrna/intern/CMakeLists.txt @@ -99,7 +99,6 @@ set(DEFSRC if(WITH_EXPERIMENTAL_FEATURES) add_definitions(-DWITH_GEOMETRY_NODES) - add_definitions(-DWITH_POINT_CLOUD) add_definitions(-DWITH_HAIR_NODES) list(APPEND DEFSRC rna_hair.c -- cgit v1.2.3