Commit: 3e12488b4ec212374618514095d514edbea136fc Author: Aaron Carlisle Date: Sat Mar 26 21:59:22 2022 -0400 Branches: master https://developer.blender.org/rB3e12488b4ec212374618514095d514edbea136fc
Cleanup: Remove frameserver cmake definition Left over from rBaab5ac25f2c2e6fbc50f9fb352e71ef0ae0ba2f1 =================================================================== M source/blender/blenkernel/CMakeLists.txt =================================================================== diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 8f7ef035557..97e11450e67 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -599,10 +599,6 @@ if(WITH_IMAGE_CINEON) add_definitions(-DWITH_CINEON) endif() -if(WITH_IMAGE_FRAMESERVER) - add_definitions(-DWITH_FRAMESERVER) -endif() - if(WITH_IMAGE_HDR) add_definitions(-DWITH_HDR) endif() _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
