remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed.

also remove redundant dot_v3v3 in shrinkwrap constraint.
This commit is contained in:
Campbell Barton
2013-09-03 03:04:44 +00:00
parent bebaa41047
commit 8f1e51a7d9
3 changed files with 1 additions and 11 deletions

View File

@@ -28,9 +28,5 @@ add_subdirectory(blender)
if(WITH_GAMEENGINE)
add_subdirectory(gameengine)
endif()
if(WINDOWS)
add_subdirectory(icons)
endif()
add_subdirectory(tests)