diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-08 08:55:30 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-08 08:55:30 -0500 |
commit | bbe8ed85ae9edbc0b87c9e0d435bba841445d061 (patch) | |
tree | ff299818fb2754fcf2557dde5cea72b2f6f0dce1 /indra/cmake/Variables.cmake | |
parent | 81e759dde036e2a163d38124893f1b12813c9843 (diff) | |
parent | e1af26eaa2e3d065129821fe1e9458fa2698d72e (diff) |
merge
Diffstat (limited to 'indra/cmake/Variables.cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 54c77da64e..6ec621632b 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -118,10 +118,10 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") if (INSTALL_PROPRIETARY) # Only turn on headless if we can find osmesa libraries. include(FindPkgConfig) - pkg_check_modules(OSMESA osmesa) - if (OSMESA_FOUND) - set(BUILD_HEADLESS ON CACHE BOOL "Build headless libraries.") - endif (OSMESA_FOUND) + #pkg_check_modules(OSMESA osmesa) + #if (OSMESA_FOUND) + # set(BUILD_HEADLESS ON CACHE BOOL "Build headless libraries.") + #endif (OSMESA_FOUND) endif (INSTALL_PROPRIETARY) endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") |