You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check out and test this reference implementation today but ran into issues when installing it with CMake. More specifically, I found the following two bugs:
There are typos or copy-paste errors in the target sources for the INSTALL_INTERFACE. The names of the five op_traits_... headers are incorrectly spelled as opt_names... (with an additional t).
I wanted to check out and test this reference implementation today but ran into issues when installing it with CMake. More specifically, I found the following two bugs:
There are typos or copy-paste errors in the target sources for the
INSTALL_INTERFACE
. The names of the fiveop_traits_...
headers are incorrectly spelled asopt_names...
(with an additionalt
).wg21/CMakeLists.txt
Lines 74 to 78 in b704189
The
matrix
header is not installed because it doesn't match the pattern"*.hpp"
used in thisinstall()
command:wg21/CMakeLists.txt
Lines 106 to 114 in b704189
The text was updated successfully, but these errors were encountered: