Skip to content

Commit

Permalink
Fix configuring plugin.json for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostkeeper committed Aug 21, 2019
1 parent 6cc5ead commit ba7ec00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(X3GWRITER_VERSION_MAJOR 1 CACHE STRING "The major version number.")
set(X3GWRITER_VERSION_MINOR 1 CACHE STRING "The minor version number.")
set(X3GWRITER_VERSION_PATCH 10 CACHE STRING "The patch version number.")
set(X3GWRITER_SUPPORTED_SDKS "5.0.0;6.0.0" CACHE STRING "List of supported Cura SDK versions.")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/plugin.json.in" "${CMAKE_CURRENT_BINARY_DIR}/plugin.json")

#Dependencies.
include(ExternalProject)
Expand Down

0 comments on commit ba7ec00

Please sign in to comment.