Skip to content

Commit

Permalink
undo CMakeLists change that shouldn't have been committed to git
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2023
1 parent 673951f commit 7cbea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif()

macro(plugin_option optionVariableName displayName defaultEnabled defaultPlugin)
option(WITH_${optionVariableName} "Build ${displayName}" ${defaultEnabled})
option(WITH_${optionVariableName}_PLUGIN "Build ${displayName} as a plugin" ${defaultPlugin} AND WITH_${optionVariableName})
option(WITH_${optionVariableName}_PLUGIN "Build ${displayName} as a plugin" ${defaultPlugin})
endmacro()

macro(plugin_compilation_info optionVariableName detectionVariable displayName)
Expand Down

0 comments on commit 7cbea60

Please sign in to comment.