Skip to content

Commit

Permalink
Fix catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
edunad committed Aug 17, 2024
1 parent 9a32685 commit cea0474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/catch2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(RAWRBOX_BUILD_TESTING)

add_executable(${output_target}-TESTS ${RAWRBOX_TESTS_IMPORTS})
target_compile_definitions(${output_target}-TESTS PRIVATE _CRT_SECURE_NO_WARNINGS NOMINMAX)
target_compile_definitions(${output_target}-TESTS PUBLIC CATCH_CONFIG_FAST_COMPILE RAWRBOX_TESTING)
target_compile_definitions(${output_target}-TESTS PUBLIC RAWRBOX_TESTING)
target_compile_features(${output_target}-TESTS PRIVATE cxx_std_${CMAKE_CXX_STANDARD})
target_link_libraries(${output_target}-TESTS PRIVATE ${output_target} ${RAWRBOX_EXTRA_TEST_LIBS})

Expand Down

0 comments on commit cea0474

Please sign in to comment.