Skip to content

Commit

Permalink
🔧 Disable building electron screenshare app on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Mar 11, 2024
1 parent 634dc64 commit dac3006
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 dac3006

Please sign in to comment.