Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add_library(${PROJECT_NAME} "") makes ar fail on macOS #85

Open
dweindl opened this issue Aug 8, 2018 · 0 comments
Open

add_library(${PROJECT_NAME} "") makes ar fail on macOS #85

dweindl opened this issue Aug 8, 2018 · 0 comments
Labels
CMake mac Affects Mac users

Comments

@dweindl
Copy link
Member

dweindl commented Aug 8, 2018

ar: no archive members specified

Is used for creating common library:
add_library(${PROJECT_NAME} "")
target_link_libraries(${PROJECT_NAME} PUBLIC parpecommon parpeloadbalancer parpeoptimization parpeamici)

@dweindl dweindl added mac Affects Mac users CMake labels May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake mac Affects Mac users
Projects
None yet
Development

No branches or pull requests

1 participant