Skip to content

Commit 4b3712e

Browse files
Update CMakeLists.txt
1 parent 1b8856d commit 4b3712e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
cmake_minimum_required(VERSION 2.6)
22

3-
if (UNIX AND NOT APPLE)
4-
link_libraries(stdc++fs)
5-
else()
6-
link_libraries(libc++)
7-
endif (UNIX)
3+
link_libraries(stdc++fs)
84

95
# Set up Google testing framework
106
include(FetchContent)

0 commit comments

Comments
 (0)