Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
trufanov-nok authored Jan 8, 2024
1 parent e03adb6 commit 0268fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ta-lib-rt/c/src/tools/ta_regtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ADD_EXECUTABLE(ta_regtest ${ta_regtest_CSOURCES})
add_dependencies(ta_regtest ta-lib-rt)

if (WIN32)
target_link_libraries(ta_regtest ta-lib-rt_a m)
target_link_libraries(ta_regtest ta-lib-rt_a)
else()
target_link_libraries(ta_regtest ta-lib-rt m)
endif(WIN32)
Expand Down

0 comments on commit 0268fdb

Please sign in to comment.