From 1b4fcfc3a229ea86d56255bf4aaf99854c9a90b6 Mon Sep 17 00:00:00 2001
From: Joseph Boudreau <joseph.boudreau@cern.ch>
Date: Sun, 5 Jun 2022 16:54:59 +0200
Subject: [PATCH] Fix compilation error (cut & paste errro)

---
 FSL/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/FSL/CMakeLists.txt b/FSL/CMakeLists.txt
index a3b44f958..c67a21fe6 100644
--- a/FSL/CMakeLists.txt
+++ b/FSL/CMakeLists.txt
@@ -30,7 +30,7 @@ target_link_libraries(fsl PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
 
 
 if( GEOMODEL_USE_BUILTIN_JSON )
-   add_dependencies( GXClashPointSystems JSONExt )
+   add_dependencies( fsl JSONExt )
 else()
    target_link_libraries(fsl PRIVATE nlohmann_json::nlohmann_json)
 endif()
-- 
GitLab