mirror of https://github.com/CGAL/cgal
Hide the CMake variable "WITH_tests" from the public releases
Trivial bug fix, that I have tested in both a public release and in a branch build.
This commit is contained in:
parent
e84176bed7
commit
c7179b2c6c
|
|
@ -872,8 +872,9 @@ if ( NOT RUNNING_CGAL_AUTO_TEST )
|
|||
|
||||
add_programs(examples examples OFF )
|
||||
add_programs(demo demos OFF )
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/test")
|
||||
add_programs(test tests OFF )
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#--------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue