From 728e2c6e70c7eddb0003d75ee81103aa6c540a8a Mon Sep 17 00:00:00 2001 From: Paul Oppenheim Date: Mon, 18 Aug 2008 08:09:52 +0000 Subject: fix for DEV-18488 - remove optimization for RelWithDebInfo for Darwin builds. Not reviewed, mailed to cmake@. Pretty minor, not destructive. Also removing test lldatabase_tut on mac for DEV-14371 until theres a sane way to do connection checking. I could be wrong on this one. --- indra/test/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 37ad170467..6940c0682f 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -30,7 +30,6 @@ set(test_SOURCE_FILES llbase64_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp - lldatabase_tut.cpp lldate_tut.cpp llerror_tut.cpp llhost_tut.cpp @@ -89,6 +88,12 @@ if (NOT WINDOWS) ) endif (NOT WINDOWS) +if (NOT DARWIN) + list(APPEND test_SOURCE_FILES + lldatabase_tut.cpp + ) +endif (NOT DARWIN) + set_source_files_properties(${test_HEADER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE) -- cgit v1.2.3