mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-05-01 12:09:47 +00:00
fix defines
This commit is contained in:
parent
08c5841e0d
commit
4631d7834b
@ -17,11 +17,11 @@ include(ViewSolutions/CMake/ccache.cmake)
|
|||||||
|
|
||||||
add_subdirectory(ViewSolutions)
|
add_subdirectory(ViewSolutions)
|
||||||
|
|
||||||
if ( NOT DEFINED DISABLE_EXAMPLES )
|
if ( NOT DEFINED VIEWSOLUTIONS_EXAMPLES )
|
||||||
set(DISABLE_EXAMPLES OFF)
|
set(VIEWSOLUTIONS_EXAMPLES ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ( NOT DISABLE_EXAMPLES )
|
if (VIEWSOLUTIONS_EXAMPLES )
|
||||||
message("DISABLE_EXAMPLES = ${DISABLE_EXAMPLES}")
|
message("DISABLE_EXAMPLES = ${DISABLE_EXAMPLES}")
|
||||||
add_subdirectory(Examples)
|
add_subdirectory(Examples)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user