We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47662a6 commit d8419d8Copy full SHA for d8419d8
src/scripts/perf/CMakeLists.txt
@@ -21,4 +21,8 @@ set(GRAPHING_SCRIPTS measurePerformance.py
21
performanceUtility.py
22
)
23
24
-install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
+if( WIN32 )
25
+ install( FILES ${GRAPHING_SCRIPTS} DESTINATION bin${SUFFIX_BIN} )
26
+else ( )
27
+ install( FILES ${GRAPHING_SCRIPTS} DESTINATION share/clBLAS )
28
+endif( )
0 commit comments