Skip to content
Snippets Groups Projects
Commit f7f54419 authored by stefan's avatar stefan
Browse files

CTest, removed debugging message, added double/float to build_name

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2278 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 0989562e
Branches
Tags
No related merge requests found
......@@ -15,6 +15,9 @@ set(CTEST_DROP_SITE_CDASH TRUE)
if ("${CMAKE_NATIVE_ARCH}" MATCHES "64")
set(CMAKE_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}64bit")
endif()
if (USE_DOUBLE_PRECISION)
set(CMAKE_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-double")
endif()
if (NOT ENABLE_IMG)
set(CMAKE_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-no_img")
endif()
......@@ -24,4 +27,4 @@ endif()
if (NOT ENABLE_UI)
set(CMAKE_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-no_ui")
endif()
message("BUILD ${CMAKE_SYSTEM_NAME}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment