|
|
@ -6,14 +6,6 @@
|
|
|
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
|
|
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
|
|
|
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
|
|
|
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
|
|
|
# Issue:#857. Use g++ instead of c++ (clang) compiler to eliminate warnings
|
|
|
|
|
|
|
|
if (APPLE)
|
|
|
|
|
|
|
|
set(CMAKE_C_COMPILER gcc)
|
|
|
|
|
|
|
|
set(CMAKE_CXX_COMPILER g++)
|
|
|
|
|
|
|
|
endif(APPLE)
|
|
|
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
##
|
|
|
|
# Running cmake in a tree in which we have run ./configure ; make
|
|
|
|
# Running cmake in a tree in which we have run ./configure ; make
|
|
|
|
# creates src/exv_conf.h which conflicts with cmake's own exv_conf.h
|
|
|
|
# creates src/exv_conf.h which conflicts with cmake's own exv_conf.h
|
|
|
|