Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ConfigUserTemplate.cmake 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. # Copyright (c) 1991-2020 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
  2. # See LICENSE.TXT file for copying and redistribution conditions.
  3. #
  4. # ============================================================================
  5. # Basic setup begins here. All settings are optional. In most cases, setting
  6. # CMAKE_INSTALL_PREFIX should be all you need to do in order to build GMT with
  7. # reasonable defaults enabled. All settings are currently turned OFF. For more
  8. # advanced settings, see ConfigUserAdvancedTemplate.cmake.
  9. # ============================================================================
  10. # 1. Installation path (usually defaults to /usr/local) [auto]:
  11. #set (CMAKE_INSTALL_PREFIX "prefix_path")
  12. # 2. Install convenience links for GMT modules. Uncomment to make direct links
  13. # to modules so you can run "module options" without the leading "gmt" [FALSE]:
  14. #set (GMT_INSTALL_MODULE_LINKS TRUE)
  15. # 3a. Set full path to the GSHHG Shoreline Database directory [auto]:
  16. #set (GSHHG_ROOT "gshhg_path")
  17. # 3b. Copy GSHHG files to ${GMT_DATADIR}/coast [TRUE]?:
  18. #set (COPY_GSHHG FALSE)
  19. # 4a. Set full path to the DCW Digital Chart of the World for GMT directory [auto]:
  20. #set (DCW_ROOT "dcw-gmt_path")
  21. # 4b. Copy DCW files to ${GMT_DATADIR}/dcw [TRUE]?:
  22. #set (COPY_DCW FALSE)
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...