Skip to content

Commit

Permalink
Use lowercase for projectname
Browse files Browse the repository at this point in the history
Otherwise the find package module can't be found

Contributes to CURA-8640
  • Loading branch information
jellespijker committed Apr 5, 2022
1 parent 075c02c commit d96dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

project(Libnest2D)
project(libnest2d)
include(cmake_modules/conan.cmake)

# Use C++17 Standard
Expand Down

0 comments on commit d96dba3

Please sign in to comment.