CMake: use functions instead of macros
Reduces issues with vars leaking into the parent scope.
This commit is contained in:
@@ -1021,7 +1021,6 @@ unset(BLENDER_TEXT_FILES_DESTINATION)
|
||||
add_dependencies(blender makesdna)
|
||||
|
||||
setup_blender_sorted_libs()
|
||||
|
||||
target_link_libraries(blender ${BLENDER_SORTED_LIBS})
|
||||
|
||||
setup_liblinks(blender)
|
||||
|
Reference in New Issue
Block a user