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

[record-hessian] revise compile option #14297

Open
seanshpark opened this issue Nov 4, 2024 · 1 comment
Open

[record-hessian] revise compile option #14297

seanshpark opened this issue Nov 4, 2024 · 1 comment

Comments

@seanshpark
Copy link
Contributor

Current record-hessian is not strict compiled and may have some potential problems.

Let's add link to nncc_common to solve this.

@seanshpark
Copy link
Contributor Author

@BLee-bot , @01000-you , file a PR with this change with any compile errors.

to: compiler/record-hessian/CMakeLists.txt

 target_link_libraries(record-hessian dio_hdf5)
+target_link_libraries(record-hessian nncc_common)

 install(TARGETS record-hessian DESTINATION lib)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant