Skip to content

Commit

Permalink
not sure what this GO_PATH stuff was about
Browse files Browse the repository at this point in the history
It existed briefly in builder.json in the PR that added this line, ed809e4, but it was removed from builder.json before that PR was merged
  • Loading branch information
graebm committed Nov 30, 2024
1 parent 8af5313 commit 2a44390
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ if (BUILD_DEPS)
if (CRT_FIPS)
list(APPEND AWSLC_CMAKE_ARGUMENTS -DFIPS=ON)
list(APPEND AWSLC_CMAKE_ARGUMENTS -DDISABLE_PERL=OFF)

if (DEFINED ENV{GO_PATH})
list(APPEND AWSLC_CMAKE_ARGUMENTS -DGO_EXECUTABLE=$ENV{GO_PATH}/go)
message(STATUS "Overriding GO_EXECUTABLE to ${GO_EXECUTABLE}")
endif()
else()
list(APPEND AWSLC_CMAKE_ARGUMENTS -DDISABLE_PERL=ON) # Disable codegen
list(APPEND AWSLC_CMAKE_ARGUMENTS -DDISABLE_GO=ON) # Disable codegen
Expand Down

0 comments on commit 2a44390

Please sign in to comment.