Skip to content

Commit

Permalink
Merge pull request #196413 from Homebrew/libvncserver-no-example
Browse files Browse the repository at this point in the history
libvncserver: disable building unused examples
  • Loading branch information
BrewTestBot authored Nov 2, 2024
2 parents cc83102 + edbff52 commit b39dc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/lib/libvncserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def install
"-DJPEG_INCLUDE_DIR=#{Formula["jpeg-turbo"].opt_include}",
"-DJPEG_LIBRARY=#{Formula["jpeg-turbo"].opt_lib/shared_library("libjpeg")}",
"-DOPENSSL_ROOT_DIR=#{Formula["openssl@3"].opt_prefix}",
"-DWITH_EXAMPLES=OFF",
*std_cmake_args
system "cmake", "--build", "build"
system "ctest", "--test-dir", "build", "--verbose"
Expand Down

0 comments on commit b39dc36

Please sign in to comment.