Skip to content

Commit

Permalink
Remove unnecessary LINKER_LANGUAGE setting in CMake build
Browse files Browse the repository at this point in the history
This seems to be unnecessary.

Change-Id: I0439739543d6593aadc87fc97e4ad5870616730e
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/67268
Reviewed-by: Adam Langley <[email protected]>
Commit-Queue: David Benjamin <[email protected]>
(cherry picked from commit 31442d490cc487998e0fb351e854a9ff9b3ac35e)
  • Loading branch information
davidben authored and samuel40791765 committed Dec 18, 2024
1 parent b08b8c3 commit e3a9ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ function(build_libcrypto name module_source)
if(FIPS_DELOCATE OR FIPS_SHARED)
add_dependencies(${name} bcm_o_target)
endif()
SET_TARGET_PROPERTIES(${name} PROPERTIES LINKER_LANGUAGE C)
if(WIN32)
target_link_libraries(${name} PUBLIC ws2_32)
endif()
Expand Down

0 comments on commit e3a9ed5

Please sign in to comment.