File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17171818 with :
1919 path : PLSSVM
20- - name : " Install googletest"
21- uses : Bacondish2023/setup-googletest@v1
22- with :
23- tag : v1.15.2
24- build-type : ${{ matrix.build_type }}
20+ # - name: "Install googletest"
21+ # uses: Bacondish2023/setup-googletest@v1
22+ # with:
23+ # tag: v1.15.2
24+ # build-type: ${{ matrix.build_type }}
2525 - name : " Install Python dependencies"
2626 run : |
2727 py -m pip install --upgrade pip setuptools wheel
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ else ()
1919 endif ()
2020 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" )
2121
22- et (GTEST_CREATE_SHARED_LIBRARY ON CACHE BOOL "Build GoogleTest as a shared library" )
22+ set (GTEST_CREATE_SHARED_LIBRARY ON CACHE BOOL "Build GoogleTest as a shared library" )
2323
2424 # fetch testing framework GoogleTest
2525 include (FetchContent)
You can’t perform that action at this time.
0 commit comments