Skip to content

Commit 305b31b

Browse files
Clean up
1 parent c5641be commit 305b31b

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

examples/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
find_package(fstring QUIET)
2-
31
# Example 1
42
add_executable(generic_2d_plot generic_2d_plot.f90)
53
target_link_libraries(generic_2d_plot fplot)
@@ -131,7 +129,6 @@ target_link_libraries(arrow_example fplot)
131129
# Example 33
132130
add_executable(custom_colormap_example custom_colormap_example.f90)
133131
target_link_libraries(custom_colormap_example fplot)
134-
target_link_libraries(custom_colormap_example forcolormap)
135132

136133
# Example 34
137134
add_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
153150
add_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
157154
add_executable(jitter_plot_example jitter_plot_example.f90)

src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)