Skip to content

Commit 3daa57f

Browse files
committedOct 13, 2015
fix f51d1fb
1 parent f51d1fb commit 3daa57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ SET(QGIS_CORE_SRCS
327327
geometry/qgswkbtypes.cpp
328328
)
329329

330+
INCLUDE(CheckCXXSourceCompiles)
330331
CHECK_CXX_SOURCE_COMPILES("#include <cmath>\nint main() { double d = std::round (0.3); return 0; }\n" HAVE_STD_ROUND)
331332
IF(HAVE_STD_ROUND)
332333
ADD_DEFINITIONS(-DHAVE_STD_ROUND)

0 commit comments

Comments
 (0)
Please sign in to comment.