We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0d76 commit cde9dbbCopy full SHA for cde9dbb
1 file changed
ProjectOptions.cmake
@@ -59,14 +59,6 @@ macro(myproject_supports_sanitizers)
59
endmacro()
60
61
macro(myproject_setup_options)
62
- if(DEFINED ENABLE_DEVELOPER_MODE)
63
- message(FATAL_ERROR
64
- "ENABLE_DEVELOPER_MODE is not a valid option. "
65
- "This project does not use aminya/project_options. "
66
- "Developer mode is enabled when PROJECT_IS_TOP_LEVEL is set "
67
- "and myproject_PACKAGING_MAINTAINER_MODE is not set.")
68
- endif()
69
-
70
option(myproject_ENABLE_HARDENING "Enable hardening" ON)
71
option(myproject_ENABLE_COVERAGE "Enable coverage reporting" OFF)
72
cmake_dependent_option(
0 commit comments