This repository was archived by the owner on Dec 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,22 @@ Variables can be passed via an environment or CMake command-line arguments.
20
20
Using environment variables
21
21
---------------------------
22
22
23
- 1 . Set variables
23
+ # . Set variables::
24
24
25
- ```
26
- export THECORE_THIRDPARTY_DIR=~/.thecore_thirdparty
27
- # Note that if you build applications concurrently, you need THECORE_BUILD_THIRDPARTY_DIR
28
- # to be unique for every application.
29
- export THECORE_BUILD_THIRDPARTY_DIR=~/.thecore_thirdparty_worktree
30
- ` ``
25
+ export THECORE_THIRDPARTY_DIR=~/.thecore_thirdparty
26
+ # Note that if you build applications concurrently, you need THECORE_BUILD_THIRDPARTY_DIR
27
+ # to be unique for every application.
28
+ export THECORE_BUILD_THIRDPARTY_DIR=~/.thecore_thirdparty_worktree
31
29
32
- 1 . Run CMake as usual
30
+ # . Run CMake as usual::
33
31
34
- ```
35
- cmake /path/to/application
36
- ` ``
32
+ cmake /path/to/application
37
33
38
34
Using CMake command line
39
35
------------------------
40
36
41
- ```
42
- # Note that if you build applications concurrently, you need THECORE_BUILD_THIRDPARTY_DIR
43
- # to be unique for every application.
44
- cmake -DTHECORE_THIRDPARTY_DIR=~/.thecore_thirdparty -DTHECORE_BUILD_THIRDPARTY_DIR=~/.thecore_thirdparty_worktree /path/to/ application
45
- ```
37
+ ::
38
+
39
+ # Note that if you build applications concurrently, you need THECORE_BUILD_THIRDPARTY_DIR
40
+ # to be unique for every application.
41
+ cmake -DTHECORE_THIRDPARTY_DIR=~/.thecore_thirdparty -DTHECORE_BUILD_THIRDPARTY_DIR=~/.thecore_thirdparty_worktree /path/to/application
You can’t perform that action at this time.
0 commit comments