~vanvugt/mir/fix-1308905

« back to all changes in this revision

Viewing changes to cmake/MirCommon.cmake

  • Committer: Tarmac
  • Author(s): Michał Sawicz
  • Date: 2014-04-09 12:08:28 UTC
  • mfrom: (1492.6.1 fix-cross-compiling)
  • Revision ID: tarmac-20140409120828-ub2go68xzc84c2lg
Use standard CMAKE_CROSSCOMPILING instead of custom MIR_IS_CROSS_COMPILING CMake variable.

Approved by Kevin DuBois, Daniel van Vugt, PS Jenkins bot, Alberto Aguirre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  DISABLE_GTEST_TEST_DISCOVERY
8
8
  "If set to ON, disables fancy test autodiscovery and switches back to classic add_test behavior"
9
9
  OFF
10
 
  "NOT MIR_IS_CROSS_COMPILING"
 
10
  "NOT CMAKE_CROSSCOMPILING"
11
11
  ON)
12
12
 
13
13
option(