Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
13b218f6
Unverified
Commit
13b218f6
authored
Nov 14, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert export of CIFPP_SHARE_DIR variable
parent
92a836ec
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletions
+9
-1
CMakeLists.txt
+2
-1
changelog
+3
-0
cmake/cifppConfig.cmake.in
+2
-0
include/cif++.hpp
+2
-0
No files found.
CMakeLists.txt
View file @
13b218f6
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
cmake_minimum_required
(
VERSION 3.16
)
cmake_minimum_required
(
VERSION 3.16
)
# set the project name
# set the project name
project
(
cifpp VERSION 5.0.3 LANGUAGES CXX
)
project
(
cifpp VERSION 5.0.3
.1
LANGUAGES CXX
)
list
(
PREPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
list
(
PREPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
...
@@ -357,6 +357,7 @@ configure_package_config_file(
...
@@ -357,6 +357,7 @@ configure_package_config_file(
${
CONFIG_TEMPLATE_FILE
}
${
CONFIG_TEMPLATE_FILE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/cifpp/cifppConfig.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/cifpp/cifppConfig.cmake
INSTALL_DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/cmake/cifpp
INSTALL_DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/cmake/cifpp
PATH_VARS CIFPP_DATA_DIR
)
)
install
(
FILES
install
(
FILES
...
...
changelog
View file @
13b218f6
Version
5.0.3.1
-
Revert
removal
of
CIFPP_SHARE_DIR
export
Version
5.0.3
Version
5.0.3
-
Fix
installation
of
libcifpp
into
the
correct
locations
-
Fix
installation
of
libcifpp
into
the
correct
locations
...
...
cmake/cifppConfig.cmake.in
View file @
13b218f6
...
@@ -8,4 +8,6 @@ find_dependency(LibLZMA REQUIRED)
...
@@ -8,4 +8,6 @@ find_dependency(LibLZMA REQUIRED)
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake")
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake")
set_and_check(CIFPP_SHARE_DIR "@PACKAGE_CIFPP_DATA_DIR@")
check_required_components(cifpp)
check_required_components(cifpp)
include/cif++.hpp
View file @
13b218f6
...
@@ -38,3 +38,4 @@
...
@@ -38,3 +38,4 @@
#include <cif++/model.hpp>
#include <cif++/model.hpp>
#include <cif++/pdb/io.hpp>
#include <cif++/pdb/io.hpp>
#include <cif++/gzio.hpp>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment