diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-02-17 10:26:28 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-02-17 10:26:28 -0500 |
commit | b1e39f8544493ea02145f94552eb433eaa667d48 (patch) | |
tree | 6b88b24d329f7c2ed01c0d039dd948a9eb68043f /indra/cmake/LLAddBuildTest.cmake | |
parent | c15dc4faf35e8a0b3ec713fe0da0a489e77580bd (diff) | |
parent | eacd9d5d590069b56ae3497a3830c5e299475a4a (diff) |
Mesh-development work in progress
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}) |