Commit f0e75ca
Francois Budin
cmake: Fix missing
When installing ITK from source (sdist), the CMakeLists.txt
file provided at the root of the project is used. This CMakeLists.txt file
uses the CMake variable `DOXYGEN_EXECUTABLE` assuming that it has been set
,which is the case when compiling ITKPythonPackage using the scripts available
in the `scripts` subdirectory. However, when building ITK from source, this
value was not set and compilation was failing with the following error message:
`Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)`find_package(Doxygen)
1 parent ba3b925 commit f0e75ca
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
0 commit comments