Skip to content

Commit 3e4680c

Browse files
committed
Merge branch 'release/2.1.2'
2 parents 648c64c + 08e529d commit 3e4680c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cmake/hackerrank_challenge.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ macro(hackerrank_setup_project)
1313
set_target_properties(${ProjectId} PROPERTIES FOLDER "${ProjectFolder}")
1414

1515
if (USE_CONAN_LIBS)
16-
target_link_libraries(${ProjectId} ${CONAN_LIBS} m)
16+
target_link_libraries(${ProjectId} ${CONAN_LIBS})
1717
else()
1818
include_directories(${Boost_INCLUDE_DIRS} ${JsonCpp_INCLUDE_DIRS})
19-
target_link_libraries(${ProjectId} ${Boost_LIBRARIES} ${JsonCpp_LIBRARIES} m)
19+
target_link_libraries(${ProjectId} ${Boost_LIBRARIES} ${JsonCpp_LIBRARIES})
2020
endif (USE_CONAN_LIBS)
2121
endmacro()
2222

0 commit comments

Comments
 (0)