Skip to content

Commit 1809609

Browse files
Fixed compilation issue on Windows
1 parent 5e56a04 commit 1809609

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/windows-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read # This is required for actions/checkout
1212
jobs:
1313
call_workflow:
14-
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@fewarp_test
14+
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@develop
1515
with:
1616
aws-ami-id: ami-0f458bdce73864228
1717
aws-sg-id: sg-0ca7912782cf1538b

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ if(NEWPATH)
6969
if(IS_SDK)
7070
set(FEBio_INC "${FEBio_SDK}/include" CACHE PATH "Path to FEBio include directory." FORCE)
7171

72-
if(WIN32)
73-
list(APPEND LIB_SUFFIXES "vs2017/Release" "vs2017/Debug")
74-
else()
75-
list(APPEND LIB_SUFFIXES "lib")
76-
endif()
72+
list(APPEND LIB_SUFFIXES "lib" "lib/Release" "lib/Debug")
7773
else()
7874
set(FEBio_INC ${FEBio_SDK} CACHE PATH "Path to FEBio include directory." FORCE)
7975

0 commit comments

Comments
 (0)