File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 contents : read # This is required for actions/checkout
1212jobs :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments