Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.11)

include(ExternalProject)
ExternalProject_Add(SofaPython3
GIT_REPOSITORY https://github.com/CRIStAL-PADR/plugin.SofaPython3.git
GIT_TAG 204574db917a49ffd3aa87a18601f37e0a729b77
GIT_REPOSITORY https://github.com/sofa-framework/SofaPython3
GIT_TAG ce76e20fc7cf1fce9cc231952e1d5f74b4ec5bc5
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaPython3"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down