1
1

Build examples only on the Linux plattform.

Этот коммит содержится в:
Andreas Schneider 2010-03-17 10:09:38 +01:00
родитель 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)