This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 41ef177
authored
Add cmake option to set external MOD2C (#123)
Remove CMAKE_CACHE_ARGS to avoid long warnings like:
CMake Warning at /usr/local/Cellar/cmake/3.12.3/share/cmake/Modules/ExternalProject.cmake:1702 (message):
Line 'CMAKE_C_COMPILER=gcc' does not match regex. Ignoring.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.12.3/share/cmake/Modules/ExternalProject.cmake:2766 (_ep_command_line_to_initial_cache)
/usr/local/Cellar/cmake/3.12.3/share/cmake/Modules/ExternalProject.cmake:2840 (_ep_extract_configure_command)
The drawback of this approach is that cmake shows different compiler that make for external project.1 parent 03aec7b commit 41ef177
File tree
3 files changed
+14
-4
lines changed- CMake/config
- coreneuron
3 files changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
0 commit comments