Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c14430d8 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

whitespaces

parent b1186634
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ if(NOT BUILDNAME)
endif()
# Add compiler name
get_filename_component(CMAKE_C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME)
get_filename_component(CMAKE_C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME)
set(BUILDNAME "${BUILDNAME}-${CMAKE_C_COMPILER_NAME}")
# Add the build type, e.g. "Debug, Release..."
......@@ -53,10 +53,7 @@ if(NOT BUILDNAME)
if(CHAMELEON_USE_CUDA)
set(BUILDNAME "${BUILDNAME}-cuda")
endif(CHAMELEON_USE_CUDA)
endif(CHAMELEON_USE_CUDA)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment