Mercurial > hg > orthanc
changeset 638:92aa6df91c30
rename
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Oct 2013 11:22:48 +0100 |
parents | 9ac1e8383877 |
children | 6270ae2688d6 |
files | CMakeLists.txt LinuxCompilation.txt Resources/CMake/GoogleTestConfiguration.cmake |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Oct 29 11:15:24 2013 +0100 +++ b/CMakeLists.txt Tue Oct 29 11:22:48 2013 +0100 @@ -31,8 +31,8 @@ SET(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl") # Distribution-specific settings -SET(USE_GTEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") -mark_as_advanced(USE_GTEST_DEBIAN_PACKAGE) +SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") +mark_as_advanced(USE_GTEST_DEBIAN_SOURCE_PACKAGE) # Some basic inclusions include(CheckIncludeFiles)
--- a/LinuxCompilation.txt Tue Oct 29 11:15:24 2013 +0100 +++ b/LinuxCompilation.txt Tue Oct 29 11:22:48 2013 +0100 @@ -88,7 +88,7 @@ # cmake "-DDCMTK_LIBRARIES=wrap;oflog" \ -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \ - -DUSE_GTEST_DEBIAN_PACKAGE=ON \ + -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ -DDCMTK_DICTIONARY_DIR:PATH=/usr/share/libdcmtk2 \ ~/Orthanc @@ -110,7 +110,7 @@ -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \ -DUSE_SYSTEM_JSONCPP=OFF \ - -DUSE_GTEST_DEBIAN_PACKAGE=ON \ + -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ ~/Orthanc
--- a/Resources/CMake/GoogleTestConfiguration.cmake Tue Oct 29 11:15:24 2013 +0100 +++ b/Resources/CMake/GoogleTestConfiguration.cmake Tue Oct 29 11:22:48 2013 +0100 @@ -1,4 +1,4 @@ -if (USE_GTEST_DEBIAN_PACKAGE) +if (USE_GTEST_DEBIAN_SOURCE_PACKAGE) set(GTEST_SOURCES /usr/src/gtest/src/gtest-all.cc) include_directories(/usr/src/gtest)