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
f554bfd3
Unverified
Commit
f554bfd3
authored
Oct 16, 2024
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install when building cifpp ourselves
parent
0db97c2e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
f554bfd3
...
@@ -160,10 +160,11 @@ if(NOT USE_RSRC)
...
@@ -160,10 +160,11 @@ if(NOT USE_RSRC)
# expects the data files to be located.
# expects the data files to be located.
if
(
TARGET cifpp
)
if
(
TARGET cifpp
)
get_target_property
(
DSSP_DATA_DIR cifpp CIFPP_DATA_DIR
)
get_target_property
(
DSSP_DATA_DIR cifpp CIFPP_DATA_DIR
)
get_target_property
(
CIFPP_SOURCE_DIR cifpp SOURCE_DIR
)
install
(
install
(
FILES
${
CIFPP_S
HARE_DIR
}
/mmcif_pdbx.dic
FILES
${
CIFPP_S
OURCE_DIR
}
/rsrc
/mmcif_pdbx.dic
${
CIFPP_S
HARE_DIR
}
/mmcif_ddl.dic
${
CIFPP_S
OURCE_DIR
}
/rsrc
/mmcif_ddl.dic
${
CMAKE_CURRENT_SOURCE_DIR
}
/libdssp/mmcif_pdbx/dssp-extension.dic
${
CMAKE_CURRENT_SOURCE_DIR
}
/libdssp/mmcif_pdbx/dssp-extension.dic
DESTINATION
${
DSSP_DATA_DIR
}
)
DESTINATION
${
DSSP_DATA_DIR
}
)
else
()
else
()
...
...
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