Skip to content

Commit

Permalink
restore NDEBUG for pluginmanger_test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Nov 21, 2024
1 parent 64dd21d commit 06913d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sofa/framework/Helper/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ add_subdirectory(system/FailingPlugin)

add_executable(${PROJECT_NAME} ${SOURCE_FILES})
target_link_libraries(${PROJECT_NAME} Sofa.Testing Sofa.Helper)
target_compile_definitions(${PROJECT_NAME} PUBLIC "$<$<CONFIG:RELEASE>:NDEBUG>")

add_definitions("-DSTBIMAGETEST_RESOURCES_DIR=\"${CMAKE_CURRENT_SOURCE_DIR}/io/images\"")

Expand Down

0 comments on commit 06913d9

Please sign in to comment.