Skip to content

Commit c7e29ff

Browse files
authored
Revert "Organize targets into Bindings folder (sofa-framework#269)"
This reverts commit bc476e6.
1 parent bc476e6 commit c7e29ff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bindings/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ add_library(SofaPython3::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
3434

3535
foreach(bindings_module ${BINDINGS_MODULE_LIST})
3636
target_link_libraries(${PROJECT_NAME} INTERFACE ${PROJECT_NAME}.${bindings_module})
37-
set_target_properties(${PROJECT_NAME}.${bindings_module} PROPERTIES FOLDER "Bindings")
3837
endforeach()
3938

4039
sofa_create_component_in_package_with_targets(

bindings/Sofa/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ add_library(SofaPython3::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
2424

2525
foreach(sofabindings_module ${SOFABINDINGS_MODULE_LIST})
2626
target_link_libraries(${PROJECT_NAME} INTERFACE ${PROJECT_NAME}.${sofabindings_module})
27-
set_target_properties(${PROJECT_NAME}.${sofabindings_module} PROPERTIES FOLDER "Bindings/Sofa")
2827
endforeach()
2928

3029
if(SP3_BUILD_TEST)

0 commit comments

Comments
 (0)