Skip to content

Commit

Permalink
CMake: Fix a typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed Feb 7, 2025
1 parent 35fdb29 commit a55418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ target_include_directories(p4est PUBLIC
target_link_libraries(p4est PUBLIC SC::SC )

if (WIN32)
target_linke_libaries(p4est PUBLIC ${WINSOCK_LIBRARIES})
target_link_libaries(p4est PUBLIC ${WINSOCK_LIBRARIES})
endif()

# imported target, for use from parent projects
Expand Down

0 comments on commit a55418b

Please sign in to comment.