Skip to content
Snippets Groups Projects
Commit f4c6f063 authored by Yen-Chen Chen's avatar Yen-Chen Chen
Browse files

Fix cmake install (!103)

## What is the bug
CMake install prefix using `${CMAKE_INSTALL_PREFIX}` does not take environmental install path, but rather hardcoded to the explicit path. See [Sergey's comment](!95 (comment 280056)

)
## How do you fix it
Use `$<INSTALL_PREFIX>` instead.

Approved-by: default avatarSergey Kosukhin <sergey.kosukhin@mpimet.mpg.de>
Merged-by: default avatarYen-Chen Chen <yen-chen.chen@kit.edu>
Changelog: bugfix
parent 5c4f2622
No related branches found
No related tags found
1 merge request!103Fix cmake install
Pipeline #89798 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment