Windows static build : Debug and Release libraries co-exists ?

55 views
Skip to first unread message

Nicholas Yue

unread,
Dec 1, 2022, 5:36:51 PM12/1/22
to alembic-discussion
Hi,

  How do I build Alembic so that both the release and debug libraries can coexist in the same directory and have the Alembic cmake config file pick the right one ?

  Imath has some naming conventions.

Bo Zhou

unread,
Dec 5, 2022, 7:26:00 AM12/5/22
to alembic-discussion
Windows not possible, the CRT runtime libraries are different for Release and Debug mode, usually use Release with debug info that's easiest.

You have to write your own CMake script to pickup the proper prebuilt files, that's easier than rely on solution of 3rdparty.
Reply all
Reply to author
Forward
0 new messages