Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 17, 2024
1 parent c4c8cc7 commit eb3ba1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ option(VIENNAPS_BUILD_TESTS "Build tests" OFF)

set(VIENNAPS_LOOKUP_DIRS
""
CACHE STRING
"Directories to account for when searching installed dependencies (e.g. ViennaLS, ...)")
CACHE STRING "Directories to account for when searching installed dependencies")

list(APPEND CMAKE_PREFIX_PATH ${VIENNAPS_LOOKUP_DIRS})
list(APPEND CMAKE_PREFIX_PATH ${VIENNAPS_LOOKUP_DIRS})

# --------------------------------------------------------------------------------------------------------
# Global CMake Configuration
Expand Down

0 comments on commit eb3ba1f

Please sign in to comment.