File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ add_executable(Example_BeamLattice Source/BeamLattice.cpp)
58
58
CopySharedLibrary(Example_BeamLattice)
59
59
60
60
if (WIN32 )
61
- IF (${CMAKE_MAJOR_VERSION} . ${CMAKE_MINOR_VERSION} LESS 3.6)
61
+ IF (${CMAKE_VERSION} VERSION_LESS 3.6.3 )
62
62
MESSAGE ("Note: You need to manually select a StartUp-project in Visual Studio." )
63
63
ELSE ()
64
64
set_property (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT Example_Cube)
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ int main ()
366
366
}
367
367
368
368
// Set progress callback
369
- lib3mf_writer_setprogresscallback (p3MFWriter, SimpleCallback, nullptr );
369
+ lib3mf_writer_setprogresscallback (p3MFWriter, SimpleCallback, NULL );
370
370
371
371
// Export Model into File
372
372
std::cout << " writing texturecube.3mf..." << std::endl;
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ cp ../Include/Common/Platform/NMR_SAL.h $SDKARTIFACTS/Include/Common/Platform/.
48
48
cp ../Include/Common/Platform/NMR_WinTypes.h $SDKARTIFACTS /Include/Common/Platform/.
49
49
cp ../Include/Common/Platform/NMR_COM_Emulation.h $SDKARTIFACTS /Include/Common/Platform/.
50
50
cp ../Include/Common/3MF_ProgressTypes.h $SDKARTIFACTS /Include/Common/.
51
+ cp ../Lib3MF-1.pdf $SDKARTIFACTS /Doc/.
51
52
52
53
# =Obtain latest lib3MF-shared libraries=#
53
54
echo Obtain latest lib3MF-shared libraries
You can’t perform that action at this time.
0 commit comments