cxxopts/cmake
Juan Ramos f02bef64ff Fixing cmake developer warning
Here is the warning currently being produced:

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.19/Modules/GNUInstallDirs.cmake:223 (message):
Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
target architecture is known. Please enable at least one language before
including GNUInstallDirs.
Call Stack (most recent call first):

I noted how I fixed the error. This is caused by GNUInstallDirs automatically executing code just by including it.

I also added -Werror=dev to the CI to ensure this never happens again.
2021-01-17 12:40:49 -05:00
..
cxxopts.cmake Fixing cmake developer warning 2021-01-17 12:40:49 -05:00