Commit: 110459c0da5f0ae602afdcf6c08987f3ea3e5c75
Author: Campbell Barton
Date:   Sat Jan 3 17:50:52 2015 +1100
Branches: blender-v2.73-release
https://developer.blender.org/rB110459c0da5f0ae602afdcf6c08987f3ea3e5c75

GTest was broken on Linux

===================================================================

M       build_files/cmake/Modules/GTestTesting.cmake

===================================================================

diff --git a/build_files/cmake/Modules/GTestTesting.cmake 
b/build_files/cmake/Modules/GTestTesting.cmake
index fd0379b..c8719de 100644
--- a/build_files/cmake/Modules/GTestTesting.cmake
+++ b/build_files/cmake/Modules/GTestTesting.cmake
@@ -28,6 +28,7 @@ macro(BLENDER_SRC_GTEST NAME SRC EXTRA_LIBS)
 
                add_executable(${NAME}_test ${SRC})
                target_link_libraries(${NAME}_test
+                                     ${PLATFORM_LINKLIBS}
                                      ${EXTRA_LIBS}
                                      bf_testing_main
                                      bf_intern_guardedalloc

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to