~sil2100/indicator-location/remove_nbs_dep

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Rodney Dawes
  • Date: 2017-02-10 16:18:59 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: rodney.dawes@canonical.com-20170210161859-st5ovccds203efyc
Remove hard-coded -g compiler flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g ${CXX_WARNING_ARGS}")
 
1
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${CXX_WARNING_ARGS}")
2
2
 
3
3
#set_property (DIRECTORY
4
4
#              APPEND PROPERTY INCLUDE_DIRECTORIES ${SERVICE_INCLUDE_DIRS})