Skip to content

Commit

Permalink
CMake: Installed libimpactx symlink name (#481)
Browse files Browse the repository at this point in the history
Simplify as in WarpX to be lowercase, same as the regular
libs we build.
  • Loading branch information
ax3l authored Dec 16, 2023
1 parent 3759e52 commit 3da108f
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 @@ -331,7 +331,7 @@ file(TO_CMAKE_PATH "${ABS_INSTALL_LIB_DIR}" ABS_INSTALL_LIB_DIR)

install(CODE "file(CREATE_LINK
$<TARGET_FILE_NAME:lib>
\"${ABS_INSTALL_LIB_DIR}/libImpactX$<TARGET_FILE_SUFFIX:lib>\"
\"${ABS_INSTALL_LIB_DIR}/libimpactx$<TARGET_FILE_SUFFIX:lib>\"
COPY_ON_ERROR SYMBOLIC)")

# CMake package file for find_package(ImpactX::ImpactX) in depending projects
Expand Down

0 comments on commit 3da108f

Please sign in to comment.