Skip to content

Commit 47bd8ca

Browse files
committed
Test some CMake options.
1 parent 562c280 commit 47bd8ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/msvc_windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: actions/[email protected]
1818
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

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)