## ##
########################################################################
-
#
# General information
#
set(DEAL_II_BUILD_TYPE "@CMAKE_BUILD_TYPE@")
set(DEAL_II_BUILD_TYPES "@DEAL_II_BUILD_TYPES@")
-
#
# Information about the project location
#
endif()
endif()
-
#
# Include all convenience macros:
#
include(${file})
endforeach()
-
#
# Compiler and linker configuration
#
set(DEAL_II_MPIEXEC_PREFLAGS "@MPIEXEC_PREFLAGS@")
set(DEAL_II_MPIEXEC_POSTFLAGS "@MPIEXEC_POSTFLAGS@")
-
#
# Information about library targets and feature configuration
#
file(REMOVE
${CMAKE_BINARY_DIR}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}Targets.cmake
)
+
+
+########################################################################
+# #
+# Query for git repository information: #
+# #
+########################################################################
+
+deal_ii_query_git_information("DEAL_II")
+
+file(WRITE ${CMAKE_BINARY_DIR}/revision.log
+"###
+#
+# Git information:
+# Branch: ${DEAL_II_GIT_BRANCH}
+# Revision: ${DEAL_II_GIT_REVISION}
+# Timestamp: ${DEAL_II_GIT_TIMESTAMP}
+#
+###"
+ )
+
## ---------------------------------------------------------------------
-########################################################################
-# #
-# Query for git repository information: #
-# #
-########################################################################
-
-deal_ii_query_git_information("DEAL_II")
-
-file(WRITE ${CMAKE_BINARY_DIR}/revision.log
-"###
-#
-# Git information:
-# Branch: ${DEAL_II_GIT_BRANCH}
-# Revision: ${DEAL_II_GIT_REVISION}
-# Timestamp: ${DEAL_II_GIT_TIMESTAMP}
-#
-###"
- )
-
-
########################################################################
# #
# Write a nice configuration summary to file: #