Skip to content

Commit

Permalink
restore previously commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent 0df6497 commit 28fd183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ build_local_cucim_() {
-DPYTHON_LIBRARY=${python_library} \
-DPYTHON_INCLUDE_DIR=${python_include_dir}
${CMAKE_CMD} --build ${build_folder} --config ${build_type_str} --target cucim -- -j $(nproc)
# ${CMAKE_CMD} --build ${build_folder} --config ${build_type_str} --target install -- -j $(nproc)
${CMAKE_CMD} --build ${build_folder} --config ${build_type_str} --target install -- -j $(nproc)

popd
}
Expand Down

0 comments on commit 28fd183

Please sign in to comment.