Skip to content

Commit e2a9de7

Browse files
committed
Update cmake instructions to use the ubuntu installed cmake
1 parent 39e91e0 commit e2a9de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Configure CMake for installation of static libraries at custom location
117117
run: |
118118
cd build
119-
../cmake-3.2.0-Linux-x86_64/bin/cmake .. \
119+
cmake .. \
120120
-DBUILD_SHARED_LIBRARIES=OFF \
121121
-DBUILD_DEMOS=0 \
122122
-DCSDK_HEADER_INSTALL_PATH="$PWD/../static-libs-headers-install-dir" -DCSDK_LIB_INSTALL_PATH="$PWD/../static-libs-install-dir"
@@ -136,7 +136,7 @@ jobs:
136136
- name: Configure CMake build for system install location and selective installation
137137
run: |
138138
cd build
139-
../cmake-3.2.0-Linux-x86_64/bin/cmake .. \
139+
cmake .. \
140140
-DBUILD_DEMOS=0 -DBUILD_TESTS=0 -DINSTALL_TO_SYSTEM=1 \
141141
-DINSTALL_LIBS="SHADOW;DEFENDER" -DINSTALL_PLATFORM_ABSTRACTIONS=0
142142
- name: Install selected libraries and verify default system installation path is used

0 commit comments

Comments
 (0)