Skip to content

Commit

Permalink
Merge pull request #49 from hugtalbot/fix_warning_macro_cmake_python_…
Browse files Browse the repository at this point in the history
…20220816

[cmake] Use new SOFA cmake macro for python
  • Loading branch information
hugtalbot authored Aug 17, 2022
2 parents 88cc4e6 + 4f11719 commit 17df60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
SET_PROPERTY(TARGET ${PROJECT_NAME} PROPERTY FOLDER "plugins")

# Config files and install rules for pythons scripts
sofa_set_python_directory(${PROJECT_NAME} "python3/beamadapter")
sofa_install_pythonscripts(PLUGIN_NAME ${PROJECT_NAME} PYTHONSCRIPTS_SOURCE_DIR "python")

include(cmake/packaging.cmake)

0 comments on commit 17df60b

Please sign in to comment.