Skip to content

Commit f8d72ff

Browse files
committed
tabs to spaces
1 parent 63d6f9d commit f8d72ff

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
@@ -448,7 +448,7 @@ if(${BUILD_JAVA_WRAPPING})
448448
string(CONCAT MSG
449449
"BUILD_JAVA_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
450450
"Wrapping may not work correctly. Consider switching the "
451-
"OPENSIM_COPY_DEPENDENCIES flag to ON.")
451+
"OPENSIM_COPY_DEPENDENCIES flag to ON.")
452452
message(WARNING ${MSG})
453453
endif()
454454
endif()
@@ -506,7 +506,7 @@ if(${BUILD_PYTHON_WRAPPING})
506506
string(CONCAT MSG
507507
"BUILD_PYTHON_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
508508
"Wrapping may not work correctly. Consider switching the "
509-
"OPENSIM_COPY_DEPENDENCIES flag to ON.")
509+
"OPENSIM_COPY_DEPENDENCIES flag to ON.")
510510
message(WARNING ${MSG})
511511
endif()
512512
endif()

0 commit comments

Comments
 (0)