Skip to content

Commit

Permalink
Fixed stdlibs for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Dec 15, 2023
1 parent 0e3dee9 commit 2fb547e
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 @@ -70,7 +70,7 @@ target_include_directories(ion-core PUBLIC ${PROJECT_SOURCE_DIR}/include ${PROJE
if (UNIX)
target_link_libraries(ion-core PUBLIC Halide::Halide Halide::Runtime dl pthread z m stdc++)
else()
target_link_libraries(ion-core PUBLIC Halide::Halide Halide::Runtime m stdc++)
target_link_libraries(ion-core PUBLIC Halide::Halide Halide::Runtime)
endif()

#
Expand Down

0 comments on commit 2fb547e

Please sign in to comment.