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 a03c790a authored by ext-calvo_p's avatar ext-calvo_p
Browse files

Merge branch '788-pyopal-cmake-option' into 'master'

Resolve "PyOpal cmake option"

Closes #788

See merge request OPAL/src!644
parents d96837ab 8ddc321b
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ add_compile_options (-funroll-loops) ...@@ -62,6 +62,7 @@ add_compile_options (-funroll-loops)
add_compile_options (-fstrict-aliasing) add_compile_options (-fstrict-aliasing)
option (WILL_BUILD_STATIC_LIBRARY "Building static library" ON) option (WILL_BUILD_STATIC_LIBRARY "Building static library" ON)
option (BUILD_OPAL_PYTHON "Building Python interface for OPAL" OFF)
if (BUILD_OPAL_PYTHON) if (BUILD_OPAL_PYTHON)
option (WILL_BUILD_SHARED_LIBRARY "Building python hooks - requires dynamic libs" ON) option (WILL_BUILD_SHARED_LIBRARY "Building python hooks - requires dynamic libs" ON)
find_package (Python3 COMPONENTS Development REQUIRED) 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