Skip to content

Commit 6e963d6

Browse files
committed
cmake-format
1 parent 086b93a commit 6e963d6

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

tesseract_collision/CMakeLists.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,11 @@ if(TESSERACT_BUILD_COAL)
6161
add_subdirectory(coal)
6262
endif()
6363

64-
# Add compiler definition to core so it can find all plugins produced
65-
# string(
66-
# REPLACE ";"
67-
# ":"
68-
# CONTACT_MANAGERS_PLUGINS_STRING
69-
# "${CONTACT_MANAGERS_PLUGINS}")
70-
# target_compile_definitions(${PROJECT_NAME}_core
71-
# PRIVATE TESSERACT_CONTACT_MANAGERS_PLUGINS="${CONTACT_MANAGERS_PLUGINS_STRING}")
64+
# Add compiler definition to core so it can find all plugins produced string( REPLACE ";" ":"
65+
# CONTACT_MANAGERS_PLUGINS_STRING
66+
# "${CONTACT_MANAGERS_PLUGINS}")
67+
# target_compile_definitions(${PROJECT_NAME}_core PRIVATE
68+
# TESSERACT_CONTACT_MANAGERS_PLUGINS="${CONTACT_MANAGERS_PLUGINS_STRING}")
7269

7370
# Add compiler definition to coal so it can find all plugins produced
7471
string(

0 commit comments

Comments
 (0)