Skip to content

Commit

Permalink
Provide dummy destination in namelink install (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
  • Loading branch information
friendlyanon and friendlyanon authored Apr 5, 2021
1 parent eb3d977 commit 85440a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ install(

install(
TARGETS ${TARGET_LIBDFT}
DESTINATION dummy # provided above already
LIBRARY #
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
COMPONENT sleef_Development
Expand Down
3 changes: 3 additions & 0 deletions src/libm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ if(BUILD_SCALAR_LIB)

install(
TARGETS sleefscalar
DESTINATION dummy # provided above already
LIBRARY #
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
COMPONENT sleef_Development
Expand Down Expand Up @@ -1065,6 +1066,7 @@ install(
)
install(
TARGETS ${TARGET_LIBSLEEF}
DESTINATION dummy # provided above already
LIBRARY #
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
COMPONENT sleef_Development
Expand Down Expand Up @@ -1095,6 +1097,7 @@ if(ENABLE_GNUABI)

install(
TARGETS ${TARGET_LIBSLEEF}
DESTINATION dummy # provided above already
LIBRARY #
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
COMPONENT sleef_Development
Expand Down
1 change: 1 addition & 0 deletions src/quad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ install(

install(
TARGETS sleefquad
DESTINATION dummy # provided above already
LIBRARY #
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
COMPONENT sleef_Development
Expand Down

0 comments on commit 85440a5

Please sign in to comment.