This is a bug to track build issues on OSx while using cmake.
The currently known issue is while configuring the project as:
-- The CXX compiler identification is AppleClang 8.1.0.8020042
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Checking for module 'libglog>=0.3.5'
-- Found libglog, version 0.3.5
-- Checking for module 'cbc'
-- Found cbc, version 2.9.6
CMake Error at CMakeLists.txt:79 (ADD_DEPENDENCIES):
add_dependencies called with incorrect number of arguments
PROJECT_NAME seems undefined
This is a bug to track build issues on OSx while using cmake.
The currently known issue is while configuring the project as:
-- The CXX compiler identification is AppleClang 8.1.0.8020042
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Checking for module 'libglog>=0.3.5'
-- Found libglog, version 0.3.5
-- Checking for module 'cbc'
-- Found cbc, version 2.9.6
CMake Error at CMakeLists.txt:79 (ADD_DEPENDENCIES):
add_dependencies called with incorrect number of arguments
PROJECT_NAME seems undefined