|
From: Luigi B. <lui...@gm...> - 2023-03-06 15:54:49
|
Hello,
may you try
cmake . -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL
cmake --build . --config Debug
and see if you get QuantLib-mt-gd.lib? It should be possible to pass
either MultiThreaded or MultiThreadedDLL for the Release configuration,
or MultiThreadedDebug or MultiThreadedDebugDLL for the Debug configuration.
Hope this helps,
Luigi
On Mon, Mar 6, 2023 at 1:25 AM 심동희 <dh6...@na...> wrote:
> Hi! I'm using Visual Studio 2019 community version. Installed
> boostlib-1.81.0 (using e2.exe). also unsupressed Quantlib-1.29.
> I compiled using cmake in cmd (cmake . , cmake --build . --configure
> Release , cmake --install . --prefix ../lib at build folder of
> Quant-1.29).
> I got only 1 lib file QuantLib-x64-mt-s.lib. I also got every execution
> files of every examples .cpp files.
> I also configured both the include directory and the lib directory
> property of projects. When I built for bonds example, error
> "Quantlib-mt-gd.lib was not found" occurred.
> I tried 4 cases of combination Debug/Release, Win32/x64, errors
> Quantlib-x64-mt-gd.lib, Quantlib-mt.lib and Quantlib-x64-mt.lb were nor
> found occurred.
> How can I solve my problem?
> Please help me!!!!
> Thanks!!!
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|