mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Use lowercase for test name
This commit is contained in:
parent
e6931eb86d
commit
99c616e902
@ -64,9 +64,9 @@ check_cxx_source_compiles("
|
|||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
int main()
|
int main()
|
||||||
{ std::put_time(nullptr, \"\"); }"
|
{ std::put_time(nullptr, \"\"); }"
|
||||||
HAS_PUT_TIME
|
has_put_time
|
||||||
)
|
)
|
||||||
if(${HAS_PUT_TIME})
|
if(${has_put_time})
|
||||||
target_compile_definitions(pvt_gr_blocks PRIVATE -DHAS_PUT_TIME=1)
|
target_compile_definitions(pvt_gr_blocks PRIVATE -DHAS_PUT_TIME=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user