Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 9, 2024
1 parent 8aca88f commit b84b135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/vtk.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
macro(setup_vtk_env TARGET OUTPUT)
message(STATUS "[ViennaLS] Setting up VTK-Environment for ${TARGET}")

if (NOT TARGET vtksys)
if(NOT TARGET vtksys)
message(WARNING "[ViennaLS] Could not find VTK-Target")
return()
endif()
Expand Down
5 changes: 4 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ set(VIENNALS_LIB_FOLDER ${VIENNALS_LIBRARY_OUTPUT_DIR}/viennals.libs)
# Not required for both targets, one will suffice
setup_vtk_env(viennals2d ${VIENNALS_LIB_FOLDER})

install(DIRECTORY ${VIENNALS_LIB_FOLDER} DESTINATION . OPTIONAL)
install(
DIRECTORY ${VIENNALS_LIB_FOLDER}
DESTINATION .
OPTIONAL)

0 comments on commit b84b135

Please sign in to comment.