Skip to content
Snippets Groups Projects
Commit b0149f8f authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Fixed CMakeLists.txt

parent af241e05
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,8 @@ macro(setup_fd_catalog_target FD_TGT_NAME SINGLE_PRECISION)
set_property(TARGET ${FD_TGT_NAME} PROPERTY BUILD_RPATH /usr/local/cuda/lib)
endif()
if (SINGLE_PRECISION)
target_compile_definitions(${SP_TARGET_NAME} PUBLIC -DSINGLE_PRECISION)
if (${SINGLE_PRECISION})
target_compile_definitions(${FD_TGT_NAME} PUBLIC -DSINGLE_PRECISION)
endif()
target_link_libraries(${FD_TGT_NAME} ${LINK_LIBS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment