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
3315fae8
Unverified
Commit
3315fae8
authored
Jan 02, 2024
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cif2fasta-develop' into develop-cif2fasta
parents
f1ca916d
d8c3c3f7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
+5
-0
src/pdb/pdb2cif.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
3315fae8
...
@@ -537,6 +537,11 @@ write_basic_package_version_file(
...
@@ -537,6 +537,11 @@ write_basic_package_version_file(
VERSION
${
PROJECT_VERSION
}
VERSION
${
PROJECT_VERSION
}
COMPATIBILITY AnyNewerVersion
)
COMPATIBILITY AnyNewerVersion
)
# In case we're included as sub_directory:
if
(
NOT PROJECT_IS_TOP_LEVEL
)
set
(
CIFPP_SHARE_DIR
${
PROJECT_SOURCE_DIR
}
/rsrc PARENT_SCOPE
)
endif
()
if
(
BUILD_TESTING
)
if
(
BUILD_TESTING
)
# We're using the older version 2 of Catch2
# We're using the older version 2 of Catch2
FetchContent_Declare
(
FetchContent_Declare
(
...
...
src/pdb/pdb2cif.cpp
View file @
3315fae8
This diff is collapsed.
Click to expand it.
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