Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo committed Apr 20, 2024
1 parent ea0dc77 commit 48c9705
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ target_include_directories(${LIBNAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)

if(GJK_EPA_DIAGNOSTIC)
target_compile_definitions(${LIBNAME} PUBLIC
-D LOG_FOLDER="${CMAKE_CURRENT_SOURCE_DIR}/logs"
)
endif()

find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
target_compile_definitions(${LIBNAME} PRIVATE
target_compile_definitions(${LIBNAME} PUBLIC
-D LOG_FOLDER="${CMAKE_CURRENT_SOURCE_DIR}/logs"
-D PYTHON_CMD="${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/Visualize.py"
)

0 comments on commit 48c9705

Please # to comment.