[Bf-blender-cvs] [b2dd1f8f013] blender-v3.3-release: Fix build include for rna_curves.c

Thomas Dinges noreply at git.blender.org
Wed Jul 27 17:27:24 CEST 2022


Commit: b2dd1f8f013ec31caf64907fe0fd3cb924dd9a5b
Author: Thomas Dinges
Date:   Wed Jul 27 17:19:15 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rBb2dd1f8f013ec31caf64907fe0fd3cb924dd9a5b

Fix build include for rna_curves.c

* Since curves are no longer experimental, this should be included at any time.

===================================================================

M	source/blender/makesrna/intern/CMakeLists.txt

===================================================================

diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 778c6a6bfdd..aaadd36341f 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -26,6 +26,7 @@ set(DEFSRC
   rna_context.c
   rna_curve.c
   rna_curveprofile.c
+  rna_curves.c
   rna_depsgraph.c
   rna_dynamicpaint.c
   rna_fcurve.c
@@ -85,7 +86,6 @@ set(DEFSRC
 if(WITH_EXPERIMENTAL_FEATURES)
   add_definitions(-DWITH_SIMULATION_DATABLOCK)
   list(APPEND DEFSRC
-    rna_curves.c
     rna_simulation.c
   )
 endif()



More information about the Bf-blender-cvs mailing list