1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +00:00

Use lowercase for test name

This commit is contained in:
Carles Fernandez 2019-03-17 10:27:30 +01:00
parent e6931eb86d
commit 99c616e902
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -64,9 +64,9 @@ check_cxx_source_compiles("
#include <iomanip>
int main()
{ 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)
endif()