diff options
Diffstat (limited to 'linden/indra/llplugin')
-rw-r--r--[-rwxr-xr-x] | linden/indra/llplugin/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llplugin/CMakeLists.txt b/linden/indra/llplugin/CMakeLists.txt index d9b623d..8a2eff8 100755..100644 --- a/linden/indra/llplugin/CMakeLists.txt +++ b/linden/indra/llplugin/CMakeLists.txt | |||
@@ -2,6 +2,10 @@ | |||
2 | 2 | ||
3 | project(llplugin) | 3 | project(llplugin) |
4 | 4 | ||
5 | if(HAVE_64_BIT) | ||
6 | set(REQUIRE_PIC) | ||
7 | endif(HAVE_64_BIT) | ||
8 | |||
5 | include(00-Common) | 9 | include(00-Common) |
6 | include(LLCommon) | 10 | include(LLCommon) |
7 | include(LLImage) | 11 | include(LLImage) |