mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-03 18:44:31 +00:00
cmake: add missing bracket.
This commit is contained in:
parent
d8b05d12d5
commit
d8dea3cc2b
@ -117,7 +117,7 @@ check_include_file("tgmath.h" HAVE_TGMATH_H)
|
|||||||
if(HAVE_TGMATH_H)
|
if(HAVE_TGMATH_H)
|
||||||
check_c_source_compiles("#include <tgmath.h>
|
check_c_source_compiles("#include <tgmath.h>
|
||||||
const float val = 2, val2 = 3;
|
const float val = 2, val2 = 3;
|
||||||
int main(){ return (int)(-asin(val) + cos(val2));" HAVE_VALID_TGMATH_H )
|
int main(){ return (int)(-asin(val) + cos(val2)); }" HAVE_VALID_TGMATH_H )
|
||||||
if(${HAVE_VALID_TGMATH_H})
|
if(${HAVE_VALID_TGMATH_H})
|
||||||
add_definitions(-DHAVE_TGMATH_H)
|
add_definitions(-DHAVE_TGMATH_H)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user