Skip to content

Commit

Permalink
Merge pull request #459 from kerautret/TestSTBImageFix
Browse files Browse the repository at this point in the history
Remove preprocessor fix stbImage MSVC link error
  • Loading branch information
dcoeurjo committed Feb 2, 2024
2 parents 6f715bf + 0b74b04 commit 6fca316
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DGtalTools 1.4 (beta)

- *build*
- Remove STBimage preprocessor instruction used to fix MVSC that is
no more usefull since DGtal PR [175](https://github.com/DGtal-team/DGtal/pull/1715)
(Bertrand Kerautret [#459](https://github.com/DGtal-team/DGtalTools/pull/459))


- *visualisation*
- meshViewer: new options to change the default background color, to
load camera settings at startup, to change at startup the light
Expand Down
2 changes: 1 addition & 1 deletion visualisation/volscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* This file is part of the DGtal library.
*/
#define NO_ADD_STBIMAGE_IMPLEMENT //To avoid duplicated linking errors (like LNK2005 in MSVC)

#include <vector>
#include <array>

Expand Down

0 comments on commit 6fca316

Please sign in to comment.