Skip to content

Commit

Permalink
Let 'make' use CXX configuration variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 18, 2023
1 parent b5db45a commit b495744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.mk.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CC = @CC@
CXX = @CXX@
CFLAGS = @CFLAGS@
CXXFLAGS += -fPIC -std=c++0x
CXXFLAGS += -fPIC -std=c++11
SQLPP = @SQLPP@

XML2_CPPFLAGS = @XML2_CPPFLAGS@
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ AC_MSG_RESULT([ PointCloud is now configured for ${host}])
AC_MSG_RESULT()
AC_MSG_RESULT([ -------------- Compiler Info ------------- ])
AC_MSG_RESULT([ C compiler: ${CC} ${CFLAGS}])
AC_MSG_RESULT([ CXX compiler: ${CXX} ${CXXFLAGS}])
AC_MSG_RESULT([ SQL preprocessor: ${SQLPP}])
AC_MSG_RESULT()
AC_MSG_RESULT([ -------------- Dependencies -------------- ])
Expand Down

0 comments on commit b495744

Please sign in to comment.