Commit: 140f2209b61d637411cfbc22c755703c6220278f
Author: Campbell Barton
Date:   Thu Nov 29 12:53:48 2018 +1100
Branches: master
https://developer.blender.org/rB140f2209b61d637411cfbc22c755703c6220278f

Cleanup: correct typo, no need for ./ prefix

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

M       build_files/cmake/cmake_consistency_check_config.py
M       intern/numaapi/CMakeLists.txt

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

diff --git a/build_files/cmake/cmake_consistency_check_config.py 
b/build_files/cmake/cmake_consistency_check_config.py
index bb98cb22644..ea119616993 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -6,7 +6,7 @@ IGNORE_SOURCE = (
     "/release/",
 
     # specific source files
-    "extern/audaspace/"
+    "extern/audaspace/",
 
     # specific source files
     
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",
diff --git a/intern/numaapi/CMakeLists.txt b/intern/numaapi/CMakeLists.txt
index 587a00b9514..6d8edb5e1eb 100644
--- a/intern/numaapi/CMakeLists.txt
+++ b/intern/numaapi/CMakeLists.txt
@@ -17,7 +17,7 @@
 # ***** END GPL LICENSE BLOCK *****
 
 set(INC
-       ./include
+       include
 )
 
 set(INC_SYS

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to