Skip to content

Commit

Permalink
Fix cmake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Ligenza committed Dec 1, 2020
1 parent b1dfc99 commit 892515b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/lib/usd/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ set(PLUGPLUGIN_NAMES
)

foreach(plugName ${PLUGPLUGIN_NAMES})
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/${plugName}.py"
RENAME __init__.py
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/TestMayaUsdPlug/${plugName}")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/${plugName}.py"
RENAME __init__.py
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/TestMayaUsdPlug/${plugName}")

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/${plugName}_plugInfo.json"
"${CMAKE_CURRENT_BINARY_DIR}/TestMayaUsdPlug/${plugName}/plugInfo.json"
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/${plugName}_plugInfo.json"
"${CMAKE_CURRENT_BINARY_DIR}/TestMayaUsdPlug/${plugName}/plugInfo.json"
)
endforeach()

0 comments on commit 892515b

Please sign in to comment.