I'm building this new windows system... I installed the latest cmake
I'm attempting to build this project with visual studio
1) it couldn't find an assembler until I put gcc in the path (i'm not sure
what part is requiring assembly I'll dig into that later)  I added NASM to
the path, and that didn't help.

2) I've been specifying libraries to link against as just their name in my
cmakelists files; so that I can build with gcc and get 'libodbc32.a' or
MSVC and get 'odbc32.lib'  but the .lib extension isn't being added to the
libraries specifed in the generated VS(2019) project files
-- 

Powered by kitware.com/cmake

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit https://cmake.org/services

Visit other Kitware open-source projects at https://www.kitware.com/platforms

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

This mailing list is deprecated in favor of https://discourse.cmake.org

Reply via email to