Build examples only on the Linux plattform.
Этот коммит содержится в:
родитель
34f2d50e29
Коммит
3a5af7fb61
@ -73,9 +73,9 @@ install(
|
||||
pkgconfig
|
||||
)
|
||||
|
||||
if (UNIX AND NOT WIN32)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
add_subdirectory(examples)
|
||||
endif (UNIX AND NOT WIN32)
|
||||
endif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
|
||||
if (WITH_TESTING)
|
||||
find_package(Check REQUIRED)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user