Skip to content

Commit

Permalink
migrate_cmake: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Feb 9, 2024
1 parent bd93533 commit 1c721b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ add_subdirectory(libcuda)
add_subdirectory(libopencl)

# Set linker option for libcudart.so
message($<$<PLATFORM_ID:UNIX>:-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/linux-so-version.txt)
if(APPLE)
target_link_options(cudart PUBLIC "-Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1;-lm;-lz;-pthread")
else()
Expand Down

0 comments on commit 1c721b4

Please sign in to comment.