[asl] 26/177: Adding -fpermissive

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:35 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 921a6b28bed58ba1cc372a44ee571baaca8f1a54
Author: AvtechScientific <AvtechScientific at users.noreply.github.com>
Date:   Sat Jun 13 22:05:31 2015 +0300

    Adding -fpermissive
---
 CMakeLists.txt        | 2 +-
 DefineFunctions.cmake | 2 +-
 DefineOptions.cmake   | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e4edb6..6a389cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(asl)
+project(ASL)
 
 # After switching to 3.1 - remove FindOpenCL.cmake from the distribution
 # since it is supported by the cmake itself.
diff --git a/DefineFunctions.cmake b/DefineFunctions.cmake
index 60d3e26..fabfa27 100644
--- a/DefineFunctions.cmake
+++ b/DefineFunctions.cmake
@@ -19,7 +19,7 @@ function(INSTALL_SUBLIB _SUBLIB _SUBLIB_PUBLIC_HEADERS)
 		install(FILES
 			${header}
 			DESTINATION
-			include/${PROJECT_NAME}/${directories}
+			include/asl/${directories}
 		)
 	endforeach()
 endfunction(INSTALL_SUBLIB)
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 15cb4d3..1878a4c 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -1,5 +1,6 @@
 option(BUILD_SHARED_LIBS "Build shared libraries" ON)
 option(WITH_MATIO "Build with MATIO (Matlab) support" OFF)
+option(LIB_SUFFIX "Library suffix")
 option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
 option(WITH_TESTING "Build with unit tests" OFF)
 

-- 
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