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 c95fd8d commit a8acd4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/vtk.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
macro(setup_vtk_env TARGET OUTPUT)

if (NOT WIN32)
message(STATUS "[ViennaLS] Skipping VTK-Environment setup for ${TARGET} (Only required on Windows)")
if(NOT WIN32)
message(
STATUS "[ViennaLS] Skipping VTK-Environment setup for ${TARGET} (Only required on Windows)")
return()
endif()

Expand Down

0 comments on commit a8acd4c

Please sign in to comment.