File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- find_package (fstring QUIET )
2-
31# Example 1
42add_executable (generic_2d_plot generic_2d_plot.f90 )
53target_link_libraries (generic_2d_plot fplot )
@@ -131,7 +129,6 @@ target_link_libraries(arrow_example fplot)
131129# Example 33
132130add_executable (custom_colormap_example custom_colormap_example.f90 )
133131target_link_libraries (custom_colormap_example fplot )
134- target_link_libraries (custom_colormap_example forcolormap )
135132
136133# Example 34
137134add_executable (variable_point_size_2d_example variable_point_size_2d_example.f90 )
@@ -151,7 +148,7 @@ target_link_libraries(margins_example fplot)
151148
152149# Example 38
153150add_executable (box_whisker_example box_whisker_example.f90 )
154- target_link_libraries (box_whisker_example fplot fstring::fstring )
151+ target_link_libraries (box_whisker_example fplot )
155152
156153# Example 39
157154add_executable (jitter_plot_example jitter_plot_example.f90 )
Original file line number Diff line number Diff line change @@ -125,10 +125,6 @@ target_link_libraries(
125125 ${PROJECT_NAME }
126126 PUBLIC
127127 ${FERROR_LIBRARIES}
128- )
129- target_link_libraries (
130- ${PROJECT_NAME }
131- PRIVATE
132128 ${COLLECTIONS_LIBRARIES}
133129 ${GEOMPACK_LIBRARIES}
134130 ${FSTRING_LIBRARIES}
You can’t perform that action at this time.
0 commit comments