Skip to content

fix a copy-paste error

Thomas Etter requested to merge etterth/modern-cmake:master into master

add_subdirectory takes a source dir and a destination dir. I think this was copy-pasted because below in the same file there is a add_subdirectory(${catch_SOURCE_DIR} ${catch_BINARY_DIR}).

Merge request reports