[Bf-blender-cvs] [77c74405406] master: CMake: Remove stray WITH_JACK in blender_release.cmake

Ray Molenkamp noreply at git.blender.org
Thu Nov 28 23:02:59 CET 2019


Commit: 77c7440540626828b080444165a28887c255594e
Author: Ray Molenkamp
Date:   Thu Nov 28 15:02:54 2019 -0700
Branches: master
https://developer.blender.org/rB77c7440540626828b080444165a28887c255594e

CMake: Remove stray WITH_JACK in blender_release.cmake

Missed one in the previous commit.

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

M	build_files/cmake/config/blender_release.cmake

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

diff --git a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake
index 813dfc493b5..07d95a84112 100644
--- a/build_files/cmake/config/blender_release.cmake
+++ b/build_files/cmake/config/blender_release.cmake
@@ -29,7 +29,6 @@ set(WITH_IMAGE_OPENJPEG      ON  CACHE BOOL "" FORCE)
 set(WITH_IMAGE_TIFF          ON  CACHE BOOL "" FORCE)
 set(WITH_INPUT_NDOF          ON  CACHE BOOL "" FORCE)
 set(WITH_INTERNATIONAL       ON  CACHE BOOL "" FORCE)
-set(WITH_JACK                ON  CACHE BOOL "" FORCE)
 set(WITH_LZMA                ON  CACHE BOOL "" FORCE)
 set(WITH_LZO                 ON  CACHE BOOL "" FORCE)
 set(WITH_MOD_FLUID           ON  CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list