[Bf-blender-cvs] [a2a7ca6aa16] uv_unwrapping_slim_algorithm: SLIM: Fix uppercase folder name in CMake file

Lukas Stockner noreply at git.blender.org
Sun May 27 19:47:33 CEST 2018


Commit: a2a7ca6aa168bbd7189eff1f27d959a8b8501f3d
Author: Lukas Stockner
Date:   Sun May 27 19:46:34 2018 +0200
Branches: uv_unwrapping_slim_algorithm
https://developer.blender.org/rBa2a7ca6aa168bbd7189eff1f27d959a8b8501f3d

SLIM: Fix uppercase folder name in CMake file

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

M	intern/CMakeLists.txt

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

diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 50d3c8648b6..5d8bb3bb3af 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -94,4 +94,4 @@ if(WITH_OPENVDB)
 	add_subdirectory(openvdb)
 endif()
 
-add_subdirectory(SLIM)
+add_subdirectory(slim)



More information about the Bf-blender-cvs mailing list