mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
CMake: Disable libredxx install
This commit is contained in:
+2
-1
@@ -355,8 +355,9 @@ if(LIBICSNEO_ENABLE_DXX)
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(libredxx
|
FetchContent_Declare(libredxx
|
||||||
GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git
|
GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git
|
||||||
GIT_TAG 2b7932fe7f2fc006ef269c7a72595f3940178a10
|
GIT_TAG 1e3798655a6376d2085ef8d0267c035ae78c6446
|
||||||
)
|
)
|
||||||
|
set(LIBREDXX_DISABLE_INSTALL ON)
|
||||||
FetchContent_MakeAvailable(libredxx)
|
FetchContent_MakeAvailable(libredxx)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user