Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change PIC value to TRUE As at https://github.com/ornladios/ADIOS2/tree/master/scripts/build_scripts Explicitly pass CMAKE_**_COMPILER options Remove unused options ``` CMake Warning: 2024-10-10T11:52:05.9700227Z Manually-specified variables were not used by the project: 2024-10-10T11:52:05.9700853Z 2024-10-10T11:52:05.9701038Z CMAKE_FC_COMPILER 2024-10-10T11:52:05.9701539Z CMAKE_SKIP_INSTALL_RPATH ``` And do not use `-DCMAKE_SKIP_RPATH:BOOL=ON` since it leads to build errors Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
- Loading branch information