Cleanup: correct typo, no need for ./ prefix

This commit is contained in:
Campbell Barton 2018-11-29 12:53:48 +11:00
parent 2089feeb1b
commit 140f2209b6
2 changed files with 2 additions and 2 deletions

@ -6,7 +6,7 @@ IGNORE_SOURCE = (
"/release/",
# specific source files
"extern/audaspace/"
"extern/audaspace/",
# specific source files
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",

@ -17,7 +17,7 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
./include
include
)
set(INC_SYS