Skip to content

Commit

Permalink
Fixed VS?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Jun 10, 2018
1 parent 2e80580 commit f437183
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/TaichiCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ if (USE_OPENGL)
endif ()
endif ()

target_link_libraries(${CORE_LIBRARY_NAME} stdc++fs)

if (NOT WIN32)
target_link_libraries(${CORE_LIBRARY_NAME} pthread stdc++)
target_link_libraries(${CORE_LIBRARY_NAME} pthread stdc++ stdc++fs)
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/external/lib)
message("Runtimes exists.")
else()
Expand Down

0 comments on commit f437183

Please sign in to comment.