mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-05-02 04:41:32 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
#if !defined(OPENNURBS_INPUT_LIBSDIR_INC_)
|
||||
#define OPENNURBS_INPUT_LIBSDIR_INC_
|
||||
|
||||
|
||||
|
||||
// RH-86025, RH3DM-179, 2025-02-14, Pierre:
|
||||
// ON_CMAKE_BUILD should be renamed "ON_NOT_USING_MSVC_LINK_LIB_PRAGMA"
|
||||
// This whole thing should be reworked so MSVC builds also use build properties,
|
||||
// instead of the non-portable #pragma comment(lib, "path").
|
||||
#if defined(ON_COMPILER_MSC) && !defined(OPENNURBS_INPUT_LIBS_DIR) && !defined(ON_CMAKE_BUILD)
|
||||
|
||||
// This header file insures OPENNURBS_INPUT_LIBS_DIR is defined to be
|
||||
|
||||
Reference in New Issue
Block a user