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
462587d5
Commit
462587d5
authored
Jan 25, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com:PDB-REDO/dssp into develop
parents
8c92e681
d1152980
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cmake/FindFilesystem.cmake
+3
-2
No files found.
cmake/FindFilesystem.cmake
View file @
462587d5
...
...
@@ -58,9 +58,9 @@ if(_found)
if
(
CXX_FILESYSTEM_NO_LINK_NEEDED
)
# Nothing to add...
elseif
(
CXX_FILESYSTEM_STDCPPFS_NEEDED
)
set_
property
(
TARGET std::filesystem APPEND PROPERTY INTERFACE_LINK_LIBRARIES -l
stdc++fs
)
set_
target_properties
(
std::filesystem PROPERTIES IMPORTED_LIBNAME
stdc++fs
)
elseif
(
CXX_FILESYSTEM_CPPFS_NEEDED
)
set_
property
(
TARGET std::filesystem APPEND PROPERTY INTERFACE_LINK_LIBRARIES -l
c++fs
)
set_
target_properties
(
std::filesystem PROPERTIES IMPORTED_LIBNAME
c++fs
)
endif
()
endif
()
...
...
@@ -71,3 +71,4 @@ set(Filesystem_FOUND ${_found} CACHE BOOL "TRUE if we can run a program using st
if
(
Filesystem_FIND_REQUIRED AND NOT Filesystem_FOUND
)
message
(
FATAL_ERROR
"Cannot run simple program using std::filesystem"
)
endif
()
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