Skip to content

Commit

Permalink
Off -> OFF, On -> ON
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jan 23, 2025
1 parent 16f4402 commit 9324e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(MSVC)
set(BUILD_STATIC_LIB ON)
endif()

option(BYN_ENABLE_LTO "Build with LTO" Off)
option(BYN_ENABLE_LTO "Build with LTO" OFF)

# Turn this off to install only tools and not static/dynamic libs
option(INSTALL_LIBS "Install libraries" ON)
Expand Down Expand Up @@ -148,7 +148,7 @@ function(binaryen_setup_rpath name)
endif()

set_target_properties(${name} PROPERTIES
BUILD_WITH_INSTALL_RPATH On
BUILD_WITH_INSTALL_RPATH ON
INSTALL_RPATH "${_install_rpath}"
${_install_name_dir})
endfunction()
Expand Down

0 comments on commit 9324e74

Please sign in to comment.