File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 set (CMAKE_CXX_STANDARD 14)
5454endif ()
5555
56- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FILE_OFFSET_BITS=64 -std=c++0x " )
57- set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -g -Wconversion -pedantic -Wextra -frounding-math -Wno-deprecated -fmax-errors=10 " )
56+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FILE_OFFSET_BITS=64" )
57+ set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -g -Wconversion -pedantic -Wextra -frounding-math -Wno-deprecated" )
5858
5959if (WIN32 AND MSVC )
6060 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_CRT_SECURE_NO_DEPRECATE" )
@@ -68,7 +68,7 @@ endif()
6868#--------------------------------------------------------
6969
7070set (OSM2PGROUTING_INCLUDE_DIRS "${CMAKE_SOURCE_DIR} /include" )
71- message (STATUS "PQXX_INCLUDE_DIRS : ${PQXX_INCLUDE_DIRS } " )
71+ message (STATUS "PQXX_INCLUDE_DIR : ${PQXX_INCLUDE_DIR } " )
7272message (STATUS "POSTGRESQL_INCLUDE_DIR: ${POSTGRESQL_INCLUDE_DIR} " )
7373message (STATUS "EXPAT_INCLUDE_DIRS: ${EXPAT_INCLUDE_DIRS} " )
7474message (STATUS "Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS} " )
@@ -97,5 +97,5 @@ INSTALL(TARGETS getrestrictions
9797 )
9898
9999if (WIN32 )
100- target_link_libraries (osm2pgrouting wsock32 ws2_32)
100+ target_link_libraries (getrestrictions wsock32 ws2_32)
101101endif ()
You can’t perform that action at this time.
0 commit comments