Clean CMAKE build for includes
authorjulie <julielangou@users.noreply.github.com>
Sat, 23 Aug 2014 01:53:37 +0000 (01:53 +0000)
committerjulie <julielangou@users.noreply.github.com>
Sat, 23 Aug 2014 01:53:37 +0000 (01:53 +0000)
cblas/CMakeLists.txt
cblas/include/CMakeLists.txt
cblas/src/CMakeLists.txt
lapacke/CMakeLists.txt

index 2d6f6a1..98b481f 100644 (file)
@@ -35,15 +35,11 @@ append_subdir_files(CBLAS_INCLUDE "include")
 INSTALL( FILES ${CBLAS_INCLUDE} DESTINATION include )
 
 # --------------------------------------------------
-message(STATUS "BUILD TESTING : ${BUILD_TESTING}" )
 if(BUILD_TESTING)
    add_subdirectory(testing)
    add_subdirectory(examples)
 endif(BUILD_TESTING)
 
-INSTALL( FILES ${CBLAS_INCLUDE} DESTINATION include )
-
-
 if(NOT BLAS_FOUND)
   set(ALL_TARGETS ${ALL_TARGETS} blas)
 endif(NOT BLAS_FOUND)
index 6ab496c..eaf2311 100644 (file)
@@ -1,4 +1,3 @@
 SET (CBLAS_INCLUDE cblas.h cblas_f77.h cblas_test.h cblas_mangling.h)
-message(STATUS "Include CBLAS_INCLUDE = ${CBLAS_INCLUDE}")
 
 file(COPY ${CBLAS_INCLUDE} DESTINATION ${LAPACK_BINARY_DIR}/include)
\ No newline at end of file
index 4b962b0..8093a5c 100644 (file)
@@ -163,9 +163,6 @@ if (CBLAS_COMPLEX16)
  set(ALLOBJ  ${ZLEV1} ${ZLEV2} ${ZLEV3} ${ERRHAND})
 endif(CBLAS_COMPLEX16)
 
-message(STATUS "Include CBLAS_INCLUDE = ${CBLAS_INCLUDE}")
-
-
 add_library(cblas ${ALLOBJ})
 target_link_libraries(cblas ${BLAS_LIBRARIES} )
 lapack_install_library(cblas)
index 4d735a9..008f24c 100644 (file)
@@ -25,7 +25,6 @@ if (WIN32 AND NOT UNIX)
 endif (WIN32 AND NOT UNIX)
 
 get_directory_property( DirDefs COMPILE_DEFINITIONS )
-message( "COMPILE_DEFINITIONS = ${DirDefs}" )
 
 include_directories( include )
 add_subdirectory(include)