Skip to content
Snippets Groups Projects
Forked from Main Repositories / otb
Source project has a limited visibility.
  • Julien Malik's avatar
    c4d36d9c
    COMP: fix Qt/Gettext conflict detection · c4d36d9c
    Julien Malik authored
    - move option() to main CMakeLists
    - add ImportQt4.cmake and call it from main CMakeLists, before ImportGettext
    - add INCLUDE(CheckCXXSourceRuns) in main CMakeLists
    - use CHECK_CXX_SOURCE_RUNS instead of CHECK_CXX_SOURCE_RUNS_ARGS (need to pass the code as a variable instead of only a filename)
    - simply include <QtGui> in the test
    c4d36d9c
    History
    COMP: fix Qt/Gettext conflict detection
    Julien Malik authored
    - move option() to main CMakeLists
    - add ImportQt4.cmake and call it from main CMakeLists, before ImportGettext
    - add INCLUDE(CheckCXXSourceRuns) in main CMakeLists
    - use CHECK_CXX_SOURCE_RUNS instead of CHECK_CXX_SOURCE_RUNS_ARGS (need to pass the code as a variable instead of only a filename)
    - simply include <QtGui> in the test