We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b2870 + ad80d62 commit b46a786Copy full SHA for b46a786
libs/CMakeLists.txt
@@ -7,7 +7,6 @@
7
# ---------------------------------------- link libraries --------------------------------------------------------------
8
# ======================================================================================================================
9
target_link_libraries(${Target} PRIVATE rt)
10
-target_link_libraries(${Target} PRIVATE stdc++fs)
11
12
add_subdirectory(cxxopts EXCLUDE_FROM_ALL)
13
target_link_libraries(${Target} PRIVATE cxxopts)
0 commit comments