Skip to content

Commit

Permalink
Remove CMAKE_POSITION_INDEPENDENT_CODE (#98)
Browse files Browse the repository at this point in the history
- Remove local definition of CMAKE_POSITION_INDEPENDENT_CODE.
  This option is the now responsibility of the superproject.

Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes authored Sep 8, 2023
1 parent b0bafcd commit 9ec4abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ if(ES2K_TARGET)
find_package(OpenSSL REQUIRED)
endif()

set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)

# Suppress "warning: attribute ignored" on ABSL_MUST_USE_RESULT [[nodiscard]]
add_compile_options(-Wno-attributes)

Expand Down

0 comments on commit 9ec4abe

Please sign in to comment.