[asl] 68/177: Fixing build system

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository asl.

commit f11c9da88ab488bc6e3427ffb369cbd5b440dbaa
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Sun Jul 5 22:46:16 2015 +0300

    Fixing build system
---
 src/CMakeLists.txt               | 2 +-
 src/acl/Operators/CMakeLists.txt | 1 -
 src/acl/aclMath/CMakeLists.txt   | 2 --
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 989697f..e3a8ea8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -85,7 +85,7 @@ INSTALL_SUBLIB(aslvtk aslvtk_PUBLIC_HEADERS)
 
 if (WITH_MATIO)
 	find_package(MATIO 1.5.2 REQUIRED)
-	include_directories(SYSTEM ${MATIO_INCLUDE_DIRS} ${OpenCL_LIBRARIES})
+	include_directories(SYSTEM ${MATIO_INCLUDE_DIRS})
 	set(CMAKE_CXX_FLAGS "-fpermissive ${CMAKE_CXX_FLAGS}")
 
 	set(aslmatio_PUBLIC_HEADERS
diff --git a/src/acl/Operators/CMakeLists.txt b/src/acl/Operators/CMakeLists.txt
index 35df43a..0154013 100644
--- a/src/acl/Operators/CMakeLists.txt
+++ b/src/acl/Operators/CMakeLists.txt
@@ -57,6 +57,5 @@ set(aslaclOperators_SOURCES
 )
 
 add_library(aslaclOperators ${aslaclOperators_SOURCES})
-set_target_properties(aslaclOperators PROPERTIES VERSION ${ASL_VERSION} SOVERSION ${ASL_VERSION_MAJOR})
 target_link_libraries(aslaclOperators ${OpenCL_LIBRARIES})
 INSTALL_SUBLIB(aslaclOperators aslaclOperators_PUBLIC_HEADERS)
diff --git a/src/acl/aclMath/CMakeLists.txt b/src/acl/aclMath/CMakeLists.txt
index b2c6cbf..3d5f738 100644
--- a/src/acl/aclMath/CMakeLists.txt
+++ b/src/acl/aclMath/CMakeLists.txt
@@ -1,6 +1,5 @@
 include_directories(${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/acl)
 
-
 # aslaclMath
 
 set(aslaclMath_PUBLIC_HEADERS
@@ -28,5 +27,4 @@ set(aslaclMath_SOURCES
 )
 
 add_library(aslaclMath ${aslaclMath_SOURCES})
-set_target_properties(aslaclMath PROPERTIES VERSION ${ASL_VERSION} SOVERSION ${ASL_VERSION_MAJOR})
 INSTALL_SUBLIB(aslaclMath aslaclMath_PUBLIC_HEADERS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list