Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Jun 26, 2024
1 parent 547a521 commit af9b9b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/superbuild/ci/ci_pascal_core_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ cmake \
\
-D BUILD_SHARED_LIBS=ON \
-D CMAKE_POSITION_INDEPENDENT_CODE=ON \
-D CMAKE_EXE_LINKER_FLAGS="${EXTRA_LINK_FLAGS}" \
-D CMAKE_SHARED_LINKER_FLAGS="${EXTRA_LINK_FLAGS}" \
-D CMAKE_EXE_LINKER_FLAGS="${EXTRA_LINK_FLAGS_CORE}" \
-D CMAKE_SHARED_LINKER_FLAGS="${EXTRA_LINK_FLAGS_CORE}" \
\
-D CMAKE_CXX_STANDARD=17 \
-D CMAKE_CUDA_STANDARD=17 \
Expand Down
4 changes: 2 additions & 2 deletions scripts/superbuild/ci/ci_tioga_core_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ cmake \
\
-D BUILD_SHARED_LIBS=ON \
-D CMAKE_POSITION_INDEPENDENT_CODE=ON \
-D CMAKE_EXE_LINKER_FLAGS="${EXTRA_LINK_FLAGS_CORE}" \
-D CMAKE_SHARED_LINKER_FLAGS="${EXTRA_LINK_FLAGS_CORE}" \
-D CMAKE_EXE_LINKER_FLAGS="${EXTRA_LINK_FLAGS}" \
-D CMAKE_SHARED_LINKER_FLAGS="${EXTRA_LINK_FLAGS}" \
\
-D CMAKE_CXX_STANDARD=17 \
-D CMAKE_HIP_STANDARD=17 \
Expand Down

0 comments on commit af9b9b7

Please sign in to comment.