Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8ddc321b authored by ext-calvo_p's avatar ext-calvo_p
Browse files

Resolve "PyOpal cmake option"

parent 3590413f
No related branches found
No related tags found
1 merge request!644Resolve "PyOpal cmake option"
......@@ -62,6 +62,7 @@ add_compile_options (-funroll-loops)
add_compile_options (-fstrict-aliasing)
option (WILL_BUILD_STATIC_LIBRARY "Building static library" ON)
option (BUILD_OPAL_PYTHON "Building Python interface for OPAL" OFF)
if (BUILD_OPAL_PYTHON)
option (WILL_BUILD_SHARED_LIBRARY "Building python hooks - requires dynamic libs" ON)
find_package (Python3 COMPONENTS Development REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment