${CMAKE_BINARY_DIR}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}Config.cmake
${CMAKE_CURRENT_BINARY_DIR}/${DEAL_II_PROJECT_CONFIG_NAME}Config.cmake
)
-SET(_makefiles
- ${CMAKE_BINARY_DIR}/${DEAL_II_SHARE_RELDIR}/Make.global_options
- ${CMAKE_CURRENT_BINARY_DIR}/Make.global_options
- )
-FOREACH(_file ${_files} ${_makefiles})
+FOREACH(_file ${_files})
FILE(APPEND ${_file} "\n\n#\n# Feature configuration:\n#\n\n")
ENDFOREACH()
<p>
The final bits of configuration happens in
- <code>./cmake/config/CMakeLists.txt</code> where the templates for
- the project configuration <code>deal.IIConfig.cmake</code> and the
- compatibility file <code>Make.global_options</code> get expanded.
+ <code>./cmake/config/CMakeLists.txt</code> where the templates for the
+ project configuration <code>deal.IIConfig.cmake</code> gets expanded.
Furthermore, the configuration for the template expansion mechanism
resides under <code>./cmake/config/template_arguments.in</code>.
</p>
</li>
<li><a href="#cmakeauto">Autopilot style <code>CMakeLists.txt</code></li>
<li><a href="#dealiiconfig"><code>deal.IIConfig.cmake</code></a></li>
- <li><a href="#makeconfig"><code>Make.global_options</code></a></li>
</ol>
</div>
DEAL_II_WITH_ZLIB
</pre>
-<a name="makeconfig"></a>
-<h2> <code>Make.global_options</code> </h2>
-
-<p>
- The above CMake configuration file <code>deal.IIConfig.cmake</code> is also
- available as a Makefile includable file called
- <code>Make.global_options</code>. It resides under
- <code>share/deal.II/Make.global_options</code> in the build and install
- directory (or alternatively whichever relative path
- <code>DEAL_II_SHARE_RELDIR</code> is set to).
-</p>
-
- <hr />
- <div class="right">
- <a href="http://validator.w3.org/check?uri=referer" target="_top">
- <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
- <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
- <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
- </div>
+<hr />
+<div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+</div>
- </body>
+</body>
</html>