mirror of https://github.com/CGAL/cgal
do not use empty variable
This commit is contained in:
parent
a82fb5088b
commit
04e90b7eb4
|
|
@ -39,7 +39,7 @@ foreach(cppfile ${cppfiles})
|
||||||
if("${cppfile}" STREQUAL "test_LAS.cpp")
|
if("${cppfile}" STREQUAL "test_LAS.cpp")
|
||||||
if(TARGET CGAL::LASLIB_support)
|
if(TARGET CGAL::LASLIB_support)
|
||||||
create_single_source_cgal_program("test_LAS.cpp")
|
create_single_source_cgal_program("test_LAS.cpp")
|
||||||
target_link_libraries(test_LAS PRIVATE ${CGAL_libs} CGAL::LASLIB_support)
|
target_link_libraries(test_LAS PRIVATE CGAL::LASLIB_support)
|
||||||
else()
|
else()
|
||||||
message(STATUS "NOTICE: Some tests require the LASlib library, and will not be compiled.")
|
message(STATUS "NOTICE: Some tests require the LASlib library, and will not be compiled.")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue