Skip to content

Commit

Permalink
Merge pull request #864 from AnotherFoxGuy/no-screeshare
Browse files Browse the repository at this point in the history
🔧 Disable building electron screenshare app on windows
  • Loading branch information
ksuprynowicz committed Mar 13, 2024
2 parents 03dbbb9 + dac3006 commit 58a7819
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ else()
endif()

set(SCREENSHARE 0)
if (WIN32)
set(SCREENSHARE 1)
endif()
if (APPLE AND NOT CLIENT_ONLY)
# Don't include Screenshare in OSX client-only builds.
set(SCREENSHARE 1)
Expand Down

0 comments on commit 58a7819

Please sign in to comment.