]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change debug project name
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Sep 2012 08:56:11 +0000 (08:56 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Sep 2012 08:56:11 +0000 (08:56 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26628 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_deal_ii.cmake

index 5f846a2c8bc0cac252d081d6dc438fc982d4ddeb..1fbcb1747e318a274033477f5a49e108abc7e358 100644 (file)
@@ -49,9 +49,12 @@ LIST(APPEND DEAL_II_INCLUDE_DIRS
   "${CMAKE_INSTALL_PREFIX}/${DEAL_II_INCLUDE_RELDIR}"
   )
 
+#
+# Set the library and project name depending on build type:
+#
 IF(CMAKE_BUILD_TYPE MATCHES "Debug")
   SET(DEAL_II_BASE_NAME "deal_II.g")
-  SET(DEAL_II_PROJECT_NAME "deal.II.g")
+  SET(DEAL_II_PROJECT_NAME "deal.II_DEBUG")
 ELSE()
   SET(DEAL_II_BASE_NAME "deal_II")
   SET(DEAL_II_PROJECT_NAME "deal.II")

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


Typeset in Trocchi and Trocchi Bold Sans Serif.