mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
15 lines
385 B
Text
15 lines
385 B
Text
--- CMakeLists.txt.orig 2018-08-14 19:42:54 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -30,10 +30,10 @@ else (NOT C14)
|
|
endif (NOT C14)
|
|
|
|
|
|
-ADD_SUBDIRECTORY( src/CombBLAS )
|
|
+#ADD_SUBDIRECTORY( src/CombBLAS )
|
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
|
add_executable(hipmcl src/HipMCL.cpp)
|
|
-target_link_libraries(hipmcl CombBLASlib )
|
|
+target_link_libraries(hipmcl CombBLAS )
|
|
|
|
|
|
|