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
e5957aea
Unverified
Commit
e5957aea
authored
Oct 25, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update libcifpp dependency
parent
1d4c7ac6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
18 deletions
+1
-18
CMakeLists.txt
+0
-17
libcifpp
+1
-1
No files found.
CMakeLists.txt
View file @
e5957aea
...
...
@@ -77,23 +77,6 @@ if(MSVC)
get_WIN32_WINNT
(
ver
)
add_definitions
(
-D_WIN32_WINNT=
${
ver
}
)
# On Windows, do not install in the system location
if
(
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND NOT BUILD_FOR_CCP4
)
message
(
STATUS
"The library and auxiliary files will be installed in $ENV{LOCALAPPDATA}/
${
PROJECT_NAME
}
"
)
set
(
CMAKE_INSTALL_PREFIX
"$ENV{LOCALAPPDATA}/
${
PROJECT_NAME
}
"
CACHE PATH
"..."
FORCE
)
endif
()
endif
()
if
(
UNIX AND NOT APPLE
)
# On Linux, install in the $HOME/.local folder by default
if
(
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT
)
message
(
WARNING
"The library and auxiliary files will be installed in $ENV{HOME}/.local"
)
set
(
CMAKE_INSTALL_PREFIX
"$ENV{HOME}/.local"
CACHE PATH
"..."
FORCE
)
# libcifpp will be there as well, likely
list
(
PREPEND CMAKE_PREFIX_PATH
"$ENV{HOME}/.local"
)
endif
()
endif
()
# Create a revision file, containing the current git version info
...
...
libcifpp
@
26b7d1df
Subproject commit
15d62cd3b6f9c2cf4fecd252995c4e8ba2c8b9c8
Subproject commit
26b7d1df26caa7e23a23329c7b2dfb219b3830e5
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