File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ if(${BUILD_JAVA_WRAPPING})
448
448
string (CONCAT MSG
449
449
"BUILD_JAVA_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
450
450
"Wrapping may not work correctly. Consider switching the "
451
- "OPENSIM_COPY_DEPENDENCIES flag to ON." )
451
+ "OPENSIM_COPY_DEPENDENCIES flag to ON." )
452
452
message (WARNING ${MSG} )
453
453
endif ()
454
454
endif ()
@@ -506,7 +506,7 @@ if(${BUILD_PYTHON_WRAPPING})
506
506
string (CONCAT MSG
507
507
"BUILD_PYTHON_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
508
508
"Wrapping may not work correctly. Consider switching the "
509
- "OPENSIM_COPY_DEPENDENCIES flag to ON." )
509
+ "OPENSIM_COPY_DEPENDENCIES flag to ON." )
510
510
message (WARNING ${MSG} )
511
511
endif ()
512
512
endif ()
You can’t perform that action at this time.
0 commit comments