Skip to content

Commit e09715a

Browse files
authored
Merge pull request #710 from npmiller/fix-win
Fix hwloc patch application on windows
2 parents 5ac302f + 674f4e2 commit e09715a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ else()
135135
apply
136136
${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch
137137
||
138-
true)
138+
(exit 0))
139139

140140
message(
141141
STATUS
@@ -165,7 +165,7 @@ else()
165165
apply
166166
${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch
167167
||
168-
true)
168+
(exit 0))
169169

170170
message(
171171
STATUS

0 commit comments

Comments
 (0)