Skip to content

Commit

Permalink
cmake: default: Remove admin requeriment for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 28, 2024
1 parent 578c795 commit 38130bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/default.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(default_build_type "Debug")

if(WIN32)
set(ENABLE_REQUIRE_ADMIN TRUE)
set(ENABLE_REQUIRE_ADMIN FALSE)
endif()

if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 38130bd

Please sign in to comment.