ENH: some style fixes for the book

This commit is contained in:
Ken Martin
2005-12-15 10:41:19 -05:00
parent 4b0fd57bef
commit d2689c95a1
24 changed files with 89 additions and 80 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# - export build settings from a project.
# CMAKE_EXPORT_BUILD_SETTINGS(SETTINGS_FILE) - macro defined to export the build
# settings for use by another project.
# CMAKE_EXPORT_BUILD_SETTINGS(SETTINGS_FILE)
# macro defined to export the build settings for use by another project.
# SETTINGS_FILE - the file into which the settings are to be stored.
MACRO(CMAKE_EXPORT_BUILD_SETTINGS SETTINGS_FILE)
IF(${SETTINGS_FILE} MATCHES ".+")