File tree Expand file tree Collapse file tree 4 files changed +209
-200
lines changed Expand file tree Collapse file tree 4 files changed +209
-200
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ ELSE()
782782    ENDIF ()
783783    FIND_PACKAGE (ZeroConf)
784784
785-     FIND_PACKAGE (LIBLAS )
785+     FIND_PACKAGE (PDAL CONFIG )
786786
787787    IF  (NOT (OSG_USE_LOCAL_LUA_SOURCE))
788788        FIND_PACKAGE (Lua52)
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ ADD_PLUGIN_DIRECTORY(osc)
272272ADD_PLUGIN_DIRECTORY(trk)
273273ADD_PLUGIN_DIRECTORY(tf)
274274
275- IF (LIBLAS_FOUND )
275+ IF (PDAL_FOUND )
276276    ADD_PLUGIN_DIRECTORY(las)
277277ENDIF ()
278278
Original file line number Diff line number Diff line change 1- INCLUDE_DIRECTORIES (${LIBLAS_INCLUDE_DIR} )
2- INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIR} )
1+ INCLUDE_DIRECTORIES (${PDAL_INCLUDE_DIRS} )
2+ 
3+ ADD_DEFINITIONS (-DNOMINMAX)
34
45SET (TARGET_SRC ReaderWriterLAS.cpp )
56
6- SET (TARGET_LIBRARIES_VARS LIBLAS_LIBRARY LIBLASC_LIBRARY )
7+ SET (TARGET_LIBRARIES_VARS PDAL_LIBRARIES )
78
89#### end var setup  ### 
910SETUP_PLUGIN(las)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments