-
- Downloads
Use Python3::Interpreter instead of Python3_EXECUTABLE
The target Python3::Interpreter expands to Pyhton3_EXECUTABLE when invoked in a command context in custom targets. However, dune modules are called from a super directory, the Python3_EXECUTABLE will not be present for other modules whereas the target will be globally available if CMAKE_FIND_PACKAGE_TARGETS_GLOBAL is set to TRUE.
parent
8533a2f6
No related branches found
No related tags found
Showing
- cmake/modules/DunePythonFindPackage.cmake 17 additions, 7 deletionscmake/modules/DunePythonFindPackage.cmake
- cmake/modules/DunePythonInstallPackage.cmake 1 addition, 1 deletioncmake/modules/DunePythonInstallPackage.cmake
- cmake/modules/DuneSphinxCMakeDoc.cmake 1 addition, 1 deletioncmake/modules/DuneSphinxCMakeDoc.cmake
Please register or sign in to comment