diff options
author | Eli Linden <eli@lindenlab.com> | 2011-03-10 12:18:27 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2011-03-10 12:18:27 -0800 |
commit | 70aff7fd157b1e2894a4d065caf9a63848d072b0 (patch) | |
tree | dee262d1b7ac3ef14eebeb71d55e9b0755209148 /indra/cmake/LLAddBuildTest.cmake | |
parent | 64e672d9d92d1b8f92e968b0164b2212a71120da (diff) | |
parent | 378585e7f089b62b7a0dd69adde48cd63fc7bacc (diff) |
Merge
Diffstat (limited to 'indra/cmake/LLAddBuildTest.cmake')
-rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 05f0492234..cd0eada2d0 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -57,11 +57,6 @@ INCLUDE(GoogleMock) ${CMAKE_SOURCE_DIR}/test/test.h ) - # Use the default flags - if (LINUX) - SET(CMAKE_EXE_LINKER_FLAGS "") - endif (LINUX) - # start the source test executable definitions SET(${project}_TEST_OUTPUT "") FOREACH (source ${sources}) |