Skip to content

Commit 9b89570

Browse files
committed
Interface
1 parent 9dec098 commit 9b89570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set_property(TARGET lpython_rtlib PROPERTY INTERFACE_INCLUDE_DIRECTORIES
2323
${LPYTHON_RTLIB_DIR})
2424
set_property(TARGET lpython_rtlib PROPERTY INTERFACE_LINK_LIBRARIES
2525
${LPYTHON_RTLIB_LIBRARY})
26-
target_link_libraries(lpython_rtlib m)
26+
target_link_libraries(lpython_rtlib INTERFACE m)
2727

2828
enable_testing()
2929

0 commit comments

Comments
 (0)