Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 2, 2023
1 parent 5b3f309 commit a0dcb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_custom_target(ViennaLS_Examples ALL)

if (NOT VTK_DIR)
if(NOT VTK_DIR)
include("../cmake/vtk.cmake")
setup_vtk_env(ViennaLS_Examples "examples")
endif()
Expand Down

0 comments on commit a0dcb02

Please sign in to comment.