Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed May 7, 2018
1 parent 71b1fe4 commit 5547e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMLFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENDIF()

OPTION(CML_NO_MATH "Use math.h" BOOL:FALSE)
IF(CML_NO_MATH)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DCML_NO_MATH=\"${CML_NO_ALIASES}\"")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DCML_NO_MATH=\"${CML_NO_MATH}\"")
ELSE()
MESSAGE(STATUS "Using math.h")
ENDIF()

0 comments on commit 5547e92

Please sign in to comment.