mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-20 07:14:27 +08:00
7 lines
271 B
CMake
7 lines
271 B
CMake
add_cmake_project(Catch2
|
|
URL "https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.zip"
|
|
URL_HASH SHA256=bffd2c45a84e5a4b0c17e695798e8d2f65931cbaf5c7556d40388d1d8d04eb83
|
|
CMAKE_ARGS
|
|
-DCATCH_BUILD_TESTING:BOOL=OFF
|
|
-DCMAKE_CXX_STANDARD=17
|
|
) |