Skip to content

Commit

Permalink
remove unused c++fs lib
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 10, 2023
1 parent 1d398e2 commit 4774590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ target_link_libraries(httplib INTERFACE Threads::Threads)
add_executable(${PROJECT_NAME}-server
${CMAKE_CURRENT_SOURCE_DIR}/flatline_server.cpp)
set_target_properties(${PROJECT_NAME}-server PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin")
target_link_libraries(${PROJECT_NAME}-server PRIVATE llama ggml httplib jsoncpp_static structopt spdlog::spdlog "stdc++fs")
target_link_libraries(${PROJECT_NAME}-server PRIVATE llama ggml httplib jsoncpp_static structopt spdlog::spdlog)
add_custom_command(
TARGET ${PROJECT_NAME}-server
POST_BUILD
Expand Down

0 comments on commit 4774590

Please sign in to comment.