We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d6f9d commit f8d72ffCopy full SHA for f8d72ff
CMakeLists.txt
@@ -448,7 +448,7 @@ if(${BUILD_JAVA_WRAPPING})
448
string(CONCAT MSG
449
"BUILD_JAVA_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
450
"Wrapping may not work correctly. Consider switching the "
451
- "OPENSIM_COPY_DEPENDENCIES flag to ON.")
+ "OPENSIM_COPY_DEPENDENCIES flag to ON.")
452
message(WARNING ${MSG})
453
endif()
454
@@ -506,7 +506,7 @@ if(${BUILD_PYTHON_WRAPPING})
506
507
"BUILD_PYTHON_WRAPPING is ON but OPENSIM_COPY_DEPENDENCIES is OFF. "
508
509
510
511
512
0 commit comments