File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments