Skip to content
Snippets Groups Projects
Commit 1b4fcfc3 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Fix compilation error (cut & paste errro)

parent 7503daf8
No related branches found
No related tags found
1 merge request!129Fix compilation error (cut & paste errro)
...@@ -30,7 +30,7 @@ target_link_libraries(fsl PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) ...@@ -30,7 +30,7 @@ target_link_libraries(fsl PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
if( GEOMODEL_USE_BUILTIN_JSON ) if( GEOMODEL_USE_BUILTIN_JSON )
add_dependencies( GXClashPointSystems JSONExt ) add_dependencies( fsl JSONExt )
else() else()
target_link_libraries(fsl PRIVATE nlohmann_json::nlohmann_json) target_link_libraries(fsl PRIVATE nlohmann_json::nlohmann_json)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment