Skip to content
Merged

Dev #191

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FetchContent_MakeAvailable(optimizationtools)
FetchContent_Declare(
shape
GIT_REPOSITORY https://github.com/fontanf/shape.git
GIT_TAG 77f0d7b2b1cbcf1d53042a886b9221644202d1f6
GIT_TAG 90b2464a39f49fa2130706b521153276e61ad4e0
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../shape/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(shape)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ class InstanceBuilder
*/
void set_item_types_unweighted();

/** For each item type, set 'oriented' to 'true'. */
void set_item_types_oriented();
/** For each item type, set its 'oriented' attribute. */
void set_item_types_oriented(bool oriented = true);

/*
* Build
Expand Down
Loading
Loading