diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-02 16:59:32 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-02 16:59:32 -0500 |
commit | 589d64fda75f36a54e0d6edccac185550b66a5ec (patch) | |
tree | 43934818aea68cfc7070f675ace72a1438ceae45 /indra/llcommon/CMakeLists.txt | |
parent | 382174ceb3bee86c46afc61d5bc33f79d3ae8246 (diff) | |
parent | 90ea3d3b35de1463a00d60a257bc5723bddf780e (diff) |
Merging my DEV-41722 work with viewer-2-0
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index e7aaf3c984..7a7281a4a7 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -8,9 +8,7 @@ include(Linking) include(Boost) include (Pth) -if (WINDOWS) - include(CopyWinLibs) -endif (WINDOWS) +include(Copy3rdPartyLibs) include_directories( ${EXPAT_INCLUDE_DIRS} |