COMMENT "Switch CMAKE_BUILD_TYPE to Release"
)
- # Only mention release and debug targets if its actuallay possible to
+ # Only mention release and debug targets if it is actuallay possible to
# switch between them:
IF(${DEAL_II_BUILD_TYPE} MATCHES "DebugRelease")
SET(_switch_targets
#
# If the global property DEBUG_CONFIGURATIONS is set all build
# types that (case insensitive) match one of the listed build types is
- # considered a "debug" build. Ther rest is "optimized".
+ # considered a "debug" build. The rest is "optimized".
#
# Otherwise every build type that (case insensitively) matches "debug" is
# considered a debug build.
TARGET_LINK_LIBRARIES(${_target} ${DEAL_II_TARGET})
#
- # If DEAL_II_STATIC_EXECUTABLE is set, switch to final link type to
+ # If DEAL_II_STATIC_EXECUTABLE is set, switch the final link type to
# static:
#
IF(DEAL_II_STATIC_EXECUTABLE)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams