Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
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
dssp
Commits
ce2786aa
Unverified
Commit
ce2786aa
authored
Oct 25, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Should always install libcifpp
parent
26b84ef4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
CMakeLists.txt
+2
-5
libcifpp
+0
-1
No files found.
CMakeLists.txt
View file @
ce2786aa
...
...
@@ -108,10 +108,7 @@ if(NOT gxrio_FOUND)
add_git_submodule
(
gxrio EXCLUDE_FROM_ALL
)
endif
()
find_package
(
cifpp 5.0.0 QUIET
)
if
(
NOT cifpp_FOUND
)
add_git_submodule
(
libcifpp EXCLUDE_FROM_ALL
)
endif
()
find_package
(
cifpp 5.0.0 REQUIRED
)
add_git_submodule
(
date EXCLUDE_FROM_ALL
)
...
...
@@ -133,7 +130,7 @@ add_executable(mkdssp
$<TARGET_OBJECTS:dssp_library>
)
target_include_directories
(
mkdssp PRIVATE
${
CMAKE_BINARY_DIR
}
)
target_link_libraries
(
mkdssp PRIVATE dssp_library cifpp::cifpp date::date libconfig::libconfig
)
target_link_libraries
(
mkdssp PRIVATE dssp_library cifpp::cifpp date::date libconfig::libconfig
gxrio::gxrio
)
if
(
USE_RSRC
)
mrc_target_resources
(
mkdssp
${
CIFPP_SHARE_DIR
}
/mmcif_pdbx.dic
)
...
...
libcifpp
@
cfd5b7da
Subproject commit cfd5b7da0f936de740cb78c065ebd045ab1c2192
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