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 3b82921e authored by gsell's avatar gsell
Browse files

bugfix in CMakeLists.txt

parent 89c0e942
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ endif () ...@@ -122,7 +122,7 @@ endif ()
option (ENABLE_DKS "Enable DKS" OFF) option (ENABLE_DKS "Enable DKS" OFF)
if (ENABLE_DKS) if (ENABLE_DKS)
find_package (dKS 1.1.1 REQUIRED HINTS $ENV{DKS_PREFIX} $ENV{DKS_DIR} $ENV{DKS}) find_package (DKS 1.1.1 REQUIRED HINTS $ENV{DKS_PREFIX} $ENV{DKS_DIR} $ENV{DKS})
set (DKS_VERSION_OPAL \"${DKS_VERSION}\") set (DKS_VERSION_OPAL \"${DKS_VERSION}\")
message ("Found DKS version: ${DKS_VERSION}") message ("Found DKS version: ${DKS_VERSION}")
message ("Found DKS library: ${DKS_LIBRARY}") message ("Found DKS library: ${DKS_LIBRARY}")
......
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