Build: remove usage of link_directories
We are now always using absolute paths for libraries, as recommended by the CMake docs. Followup to D9177.
This commit is contained in:
committed by
Brecht Van Lommel
parent
75a1a578bd
commit
29450a2af3
@@ -44,7 +44,6 @@ else()
|
||||
endif()
|
||||
|
||||
# This builds `bin/tests/blender_test`, but does not add it as a single test.
|
||||
setup_libdirs()
|
||||
BLENDER_SRC_GTEST_EX(
|
||||
NAME blender
|
||||
SRC "${SRC}"
|
||||
|
||||
Reference in New Issue
Block a user