Skip to content

Commit 6f602a0

Browse files
committed
docs: correct log output to indicate success for install_foxx when run from CMakeLists.txt
1 parent a360700 commit 6f602a0

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
@@ -241,8 +241,8 @@ if( INSTALL_FOXX )
241241
RESULT_VARIABLE _res)
242242
if (NOT \${_res} EQUAL \"0\")
243243
message( FATAL_ERROR \"out: \${_out} install_foxx failed: \${_err}\")
244-
else()
245-
message( \"\${_out} install_foxx failed: \${_err}\")
244+
else()
245+
message( \"\${_out} install_foxx completed: \${_err}\")
246246
endif()"
247247
)
248248
endif()

0 commit comments

Comments
 (0)