You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #443, #205 Refactoring of CMake install system
This is a complete refactoring of the our CMake install system to clean up a series of issues with our generated packages.
- Creation of proper tree based cmake files for a majority of our directories.
- Moving of all install lines to proper tree based cmake files.
- Removal of install_directory and all files in the dir.
- Refactoring of the top level CMakeLists.txt to call the tree based cmake files instead of subdirectories.
This provides a fix for #443 (cascaded subproject building) and #205 (Lintain, low quality package).
Signed-off-by: Philip Schwartz <philip.schwartz@lexisnexis.com>
# This program is free software: you can redistribute it and/or All rights reserved. This program is NOT PRESENTLY free software: you can NOT redistribute
4
+
# This program is free software: you can redistribute it and/or All rights
5
+
# reserved. This program is NOT PRESENTLY free software: you can NOT
6
+
# redistribute
5
7
# it under the terms of the GNU Affero General Public License as
6
8
# published by the Free Software Foundation, either version 3 of the
7
9
# License, or (at your option) any later version.
@@ -14,6 +16,4 @@
14
16
# You should have received a copy of the GNU Affero General Public License
15
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This program is free software: you can redistribute it and/or All rights reserved. This program is NOT PRESENTLY free software: you can NOT redistribute
4
+
# This program is free software: you can redistribute it and/or All rights
5
+
# reserved. This program is NOT PRESENTLY free software: you can NOT
6
+
# redistribute
5
7
# it under the terms of the GNU Affero General Public License as
6
8
# published by the Free Software Foundation, either version 3 of the
7
9
# License, or (at your option) any later version.
@@ -14,6 +16,4 @@
14
16
# You should have received a copy of the GNU Affero General Public License
15
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This program is free software: you can redistribute it and/or All rights reserved. This program is NOT PRESENTLY free software: you can NOT redistribute
4
+
# This program is free software: you can redistribute it and/or All rights
5
+
# reserved. This program is NOT PRESENTLY free software: you can NOT
6
+
# redistribute
5
7
# it under the terms of the GNU Affero General Public License as
6
8
# published by the Free Software Foundation, either version 3 of the
7
9
# License, or (at your option) any later version.
@@ -14,6 +16,4 @@
14
16
# You should have received a copy of the GNU Affero General Public License
15
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This program is free software: you can redistribute it and/or All rights reserved. This program is NOT PRESENTLY free software: you can NOT redistribute
4
+
# This program is free software: you can redistribute it and/or All rights
5
+
# reserved. This program is NOT PRESENTLY free software: you can NOT
6
+
# redistribute
5
7
# it under the terms of the GNU Affero General Public License as
6
8
# published by the Free Software Foundation, either version 3 of the
7
9
# License, or (at your option) any later version.
@@ -14,6 +16,7 @@
14
16
# You should have received a copy of the GNU Affero General Public License
15
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
0 commit comments