Changes between Version 45 and Version 46 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Feb 23, 2021, 11:30:37 AM (3 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v45 v46  
    3535}}}
    3636
    37 There is collection of [http://cmake.org/cmake/help/cmake-2-8-docs.html#section_Variables CMake variables] available to control aspects of compilation and installation. They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
     37[http://cmake.org/cmake/help/cmake-2-8-docs.html#section_Variables CMake variables] are available to control aspects of compilation and installation. They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
    3838
    3939  '''NOTE:''' Running `cmake` with no variables does '''NOT''' clear current variable settings.