summaryrefslogtreecommitdiff
path: root/cmake/FindFluidsynth.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindFluidsynth.cmake')
-rw-r--r--cmake/FindFluidsynth.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindFluidsynth.cmake b/cmake/FindFluidsynth.cmake
index 063726dbe..0ac4931d7 100644
--- a/cmake/FindFluidsynth.cmake
+++ b/cmake/FindFluidsynth.cmake
@@ -54,10 +54,10 @@ find_package_handle_standard_args(Fluidsynth
VERSION_VAR Fluidsynth_VERSION
)
-if (Fluidsynth_FOUND)
+if(Fluidsynth_FOUND)
set(Fluidsynth_LIBRARIES ${Fluidsynth_LIBRARY})
set(Fluidsynth_INCLUDE_DIRS ${Fluidsynth_INCLUDE_DIR})
-endif ()
+endif()
mark_as_advanced(
Fluidsynth_INCLUDE_DIR