mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-26 09:44:39 +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)
|
||||
|
||||
if ( NOT DEFINED DISABLE_EXAMPLES )
|
||||
set(DISABLE_EXAMPLES OFF)
|
||||
if ( NOT DEFINED VIEWSOLUTIONS_EXAMPLES )
|
||||
set(VIEWSOLUTIONS_EXAMPLES ON)
|
||||
endif()
|
||||
|
||||
if ( NOT DISABLE_EXAMPLES )
|
||||
if (VIEWSOLUTIONS_EXAMPLES )
|
||||
message("DISABLE_EXAMPLES = ${DISABLE_EXAMPLES}")
|
||||
add_subdirectory(Examples)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user