Skip to content

Commit

Permalink
remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhancn committed Feb 8, 2024
1 parent 3ad6c72 commit c7ef82a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ endif()
# Original sleef sources
set(STANDARD_SOURCES rempitab.c)

message("!!!!!!!!!!!!!!!!!!!!! CMAKE_STATIC_LIBRARY_PREFIX: ${CMAKE_STATIC_LIBRARY_PREFIX}")
add_library(${TARGET_LIBSLEEF} ${STANDARD_SOURCES})
add_dependencies(${TARGET_LIBSLEEF} ${TARGET_HEADERS})
set_target_properties(${TARGET_LIBSLEEF} PROPERTIES
Expand Down

0 comments on commit c7ef82a

Please sign in to comment.