diff options
| author | Oz Linden <oz@lindenlab.com> | 2014-12-17 13:13:41 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2014-12-17 13:13:41 -0500 |
| commit | 2714ecea21d2061023a9bc8738bbefcdd28dc3ed (patch) | |
| tree | 16d0531b07152cea0f5810772e432e38c16ded16 /indra/cmake/QuickTimePlugin.cmake | |
| parent | 680194deaf7a35caaa629abc16e886d71baff636 (diff) | |
adjust cmake not to attempt loads of packages on the wrong platforms
Diffstat (limited to 'indra/cmake/QuickTimePlugin.cmake')
| -rwxr-xr-x | indra/cmake/QuickTimePlugin.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/cmake/QuickTimePlugin.cmake b/indra/cmake/QuickTimePlugin.cmake index 012f4e20d8..c08e153ee3 100755 --- a/indra/cmake/QuickTimePlugin.cmake +++ b/indra/cmake/QuickTimePlugin.cmake @@ -2,7 +2,9 @@ if(INSTALL_PROPRIETARY) include(Prebuilt) - use_prebuilt_binary(quicktime) + if (WINDOWS) + use_prebuilt_binary(quicktime) + endif (WINDOWS) endif(INSTALL_PROPRIETARY) if (DARWIN) |
