Skip to content
Snippets Groups Projects
Verified Commit 232c388e authored by Shinhyung Yang's avatar Shinhyung Yang
Browse files

Different approach to add PAPI dependency

parent 6e7e0554
Branches KIEKER-1990
No related tags found
No related merge requests found
......@@ -270,7 +270,8 @@ function getCloudprofiler() {
${CMAKE} ${REPO_DIR} -DCMAKE_INSTALL_PREFIX:PATH=${INST_DIR} \
-DBOOST_ROOT=${BOOST_ROOT} \
-DSWIG_ROOT=${SWIG_ROOT} \
-DSQUASH_ROOT=${SQUASH_ROOT}
-DSQUASH_ROOT=${SQUASH_ROOT} \
-DPAPI_ROOT=${PAPI_ROOT}
make -j$(nproc) install
}
......
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