Skip to content

Commit

Permalink
re-enable pro on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jan 22, 2025
1 parent 4425216 commit 5abc3ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(BetterEdit VERSION 1.0.0)

if (NOT DONT_INCLUDE_PRO AND EXISTS ${CMAKE_CURRENT_LIST_DIR}/pro/ AND NOT APPLE)
if (NOT DONT_INCLUDE_PRO AND EXISTS ${CMAKE_CURRENT_LIST_DIR}/pro/)
message(STATUS "Including Pro features")
set(BE_PRO_FOUND TRUE)
elseif(APPLE)
message(STATUS "Pro features not yet implemented on Mac :(")
else()
message(STATUS "Including only free features, no Pro")
endif()
Expand Down

0 comments on commit 5abc3ed

Please sign in to comment.