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:
@@ -28,9 +28,5 @@ add_subdirectory(blender)
|
||||
if(WITH_GAMEENGINE)
|
||||
add_subdirectory(gameengine)
|
||||
endif()
|
||||
|
||||
if(WINDOWS)
|
||||
add_subdirectory(icons)
|
||||
endif()
|
||||
|
||||
add_subdirectory(tests)
|
||||
|
||||
Reference in New Issue
Block a user