Skip to content

Commit ba7ec00

Browse files
committed
Fix configuring plugin.json for the first time
1 parent 6cc5ead commit ba7ec00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(X3GWRITER_VERSION_MAJOR 1 CACHE STRING "The major version number.")
77
set(X3GWRITER_VERSION_MINOR 1 CACHE STRING "The minor version number.")
88
set(X3GWRITER_VERSION_PATCH 10 CACHE STRING "The patch version number.")
99
set(X3GWRITER_SUPPORTED_SDKS "5.0.0;6.0.0" CACHE STRING "List of supported Cura SDK versions.")
10+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/plugin.json.in" "${CMAKE_CURRENT_BINARY_DIR}/plugin.json")
1011

1112
#Dependencies.
1213
include(ExternalProject)

0 commit comments

Comments
 (0)