Skip to content

Commit

Permalink
Install manifold.pc under CMAKE_INSTALL_LIBDIR (elalish#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo authored Sep 23, 2024
1 parent cff8d90 commit fa6a632
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 @@ -176,7 +176,7 @@ if(MANIFOLD_CROSS_SECTION)
endif()
configure_file(manifold.pc.in ${CMAKE_CURRENT_BINARY_DIR}/manifold.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/manifold.pc
DESTINATION lib/pkgconfig)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

endif()

Expand Down

0 comments on commit fa6a632

Please sign in to comment.