mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:49:02 +08:00
29782549d0
* fix link octomap failure * update version
16 lines
528 B
Diff
16 lines
528 B
Diff
diff --git a/corelib/src/OctoMap.cpp b/corelib/src/OctoMap.cpp
|
|
index 8a1e1bb..d7b60da 100644
|
|
--- a/corelib/src/OctoMap.cpp
|
|
+++ b/corelib/src/OctoMap.cpp
|
|
@@ -278,10 +278,8 @@ RtabmapColorOcTree::StaticMemberInitializer::StaticMemberInitializer() {
|
|
AbstractOcTree::registerTreeType(tree);
|
|
}
|
|
|
|
-#ifndef _WIN32
|
|
// On Windows, the app freezes on start if the following is defined
|
|
RtabmapColorOcTree::StaticMemberInitializer RtabmapColorOcTree::RtabmapColorOcTreeMemberInit;
|
|
-#endif
|
|
|
|
|
|
//////////////////////////////////////
|