mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
cmake: Make the tests for finding Filesystem with more serious functions
Otherwise it is linked agains lc++ on FreeBSD,a dn that will satisfy both tested libraries. Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
661d108064
commit
1d58db8c9b
@ -9,5 +9,6 @@ namespace fs = std::experimental::filesystem;
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
[[maybe_unused]] fs::path path("/");
|
||||
fs::create_directory("sandbox");
|
||||
fs::remove_all("sandbox");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user