Cleanup: CMake: Modernize bf_guardedalloc dependencies
Pretty straightforward - Removes any guardedalloc paths from INC - Adds a dependency though LIB Pull Request: https://projects.blender.org/blender/blender/pulls/109925
This commit is contained in:
committed by
Ray molenkamp
parent
fc58d92acb
commit
57ad866d81
@@ -4,7 +4,6 @@
|
||||
|
||||
set(INC
|
||||
.
|
||||
../guardedalloc
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
@@ -19,6 +18,7 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
PRIVATE bf::intern::guardedalloc
|
||||
)
|
||||
|
||||
if(WITH_OPENSUBDIV)
|
||||
|
||||
Reference in New Issue
Block a user