Skip to content

Commit

Permalink
removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Steinbach committed Nov 29, 2018
1 parent 37e3f7c commit 741d07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ find_package(hip)
find_package(rocfft)

add_executable(complex_forward_1d complex_forward_1d.cpp)
#target_compile_features( complex_forward_1d PRIVATE cxx_static_assert cxx_nullptr cxx_lambdas cxx_auto_type )
target_link_libraries( complex_forward_1d PRIVATE roc::rocfft hip::hip_hcc )
target_include_directories( complex_forward_1d PRIVATE ${rocfft_INCLUDE_DIR} )
set_target_properties( complex_forward_1d PROPERTIES
Expand Down

0 comments on commit 741d07f

Please sign in to comment.