Oslandia / SFCGAL

MOVED TO GITLAB: https://gitlab.com/sfcgal/SFCGAL. A wrapper around CGAL that intents to implement 2D and 3D operations on OGC standards models
https://sfcgal.org
Other
112 stars 54 forks source link

Red warnings upon build of SFGCAL 1.3.6 #185

Closed Komzpa closed 4 years ago

Komzpa commented 6 years ago
CMake Warning (dev) at CMakeLists.txt:79 (option):
  Policy CMP0077 is not set: option() honors normal variables.  Run "cmake                                                                                                                                                                                                                  
  --help-policy CMP0077" for policy details.  Use the cmake_policy command to                                                                                                                                                                                                               
  set the policy and suppress this warning.                                                                                                                                                                                                                                                 

  For compatibility with older versions of CMake, option is clearing the                                                                                                                                                                                                                    
  normal variable 'Boost_USE_STATIC_LIBS'.                                                                                                                                                                                                                                                  
This warning is for project developers.  Use -Wno-dev to suppress it.                                                                                                                                                                                                                       

-- Boost_USE_STATIC_LIBS=OFF
-- Boost_USE_MULTITHREAD=ON
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.67.0
-- Found the following Boost libraries:
--   thread
--   system
--   serialization
--   chrono
--   date_time
--   atomic
-- removing OSG dependencies from the library
CMake Warning (dev) at cmake/Modules/Libtoolize.cmake:9 (GET_TARGET_PROPERTY):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "SFCGAL".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  CMakeLists.txt:218 (create_libtool_file)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /src/SFCGAL-1.3.6/cmake-build
Komzpa commented 5 years ago

red warnings still observed on updated Debian.