Skip to content

fix incorrect use of cmake's option()

Paul Seyfert requested to merge pseyfert/SOAContainer:fixup into master

option() is for boolean values, and set() should be used for strings instead. My bad, sorry. cf https://stackoverflow.com/a/8710114

Merge request reports