Skip to content

Commit 423747c

Browse files
committed
[cmake] Rename install dir for scenes to examples (for consistency; doesn't affect CI tests)
1 parent d74c309 commit 423747c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ sofa_create_package_with_targets(
113113
TARGETS ${PROJECT_NAME} AUTO_SET_TARGET_PROPERTIES
114114
INCLUDE_SOURCE_DIR "src"
115115
INCLUDE_INSTALL_DIR ${PROJECT_NAME}
116-
EXAMPLE_INSTALL_DIR "scenes"
116+
EXAMPLE_INSTALL_DIR "examples"
117117
RELOCATABLE "plugins"
118118
)

0 commit comments

Comments
 (0)