Revert "Add -lstdc++fs to cmake for older GCC (#11)" (#12)

This reverts commit 583769d7c8.
This commit is contained in:
Ethan Roseman 2022-07-06 14:26:16 -04:00 committed by GitHub
parent 583769d7c8
commit fae4219d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,5 +13,4 @@ add_executable(wibo
user32.cpp
version.cpp
)
target_link_libraries(wibo PRIVATE stdc++fs)
install(PROGRAMS wibo DESTINATION bin)