mirror of https://github.com/CGAL/cgal
fix version test
This commit is contained in:
parent
a52a6a5a67
commit
0a12aff2ac
|
|
@ -38,7 +38,7 @@ create_single_source_cgal_program( "structuring_test.cpp" )
|
||||||
|
|
||||||
#Use LAS
|
#Use LAS
|
||||||
#disable if MSVC 2017
|
#disable if MSVC 2017
|
||||||
if(NOT MSVC_VERSION OR (MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1919))
|
if(NOT MSVC_VERSION OR (MSVC_VERSION GREATER_EQUAL 1919 AND MSVC_VERSION LESS 1910))
|
||||||
find_package(LASLIB)
|
find_package(LASLIB)
|
||||||
include(CGAL_LASLIB_support)
|
include(CGAL_LASLIB_support)
|
||||||
if (TARGET CGAL::LASLIB_support)
|
if (TARGET CGAL::LASLIB_support)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue