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.
2 parents 311eff9 + fb705c8 commit 8741068Copy full SHA for 8741068
CMake/SEMMacroBuildCLI.cmake
@@ -49,8 +49,8 @@ macro(SEMMacroBuildCLI)
49
message(STATUS "${curr_opt} = ${LOCAL_SEM_${curr_opt}}")
50
endforeach()
51
endif()
52
- if(LOCAL_SEM_INSTALL_UNPARSED_ARGUMENTS)
53
- message(AUTHOR_WARNING "Unparsed arguments given [${LOCAL_SEM_INSTALL_UNPARSED_ARGUMENTS}]")
+ if(LOCAL_SEM_UNPARSED_ARGUMENTS)
+ message(AUTHOR_WARNING "Unparsed arguments given [${LOCAL_SEM_UNPARSED_ARGUMENTS}]")
54
55
# --------------------------------------------------------------------------
56
# Sanity checks
0 commit comments