Skip to content

Commit

Permalink
Cleanup JitifyPreprocessKernels.cmake as requested in code review
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Apr 6, 2021
1 parent 1b0711e commit 1d416df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/cmake/Modules/JitifyPreprocessKernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
# limitations under the License.
#=============================================================================

cmake_minimum_required(VERSION 3.18)

# Create `jitify_preprocess` executable
project(jitify_preprocess VERSION 2.0 LANGUAGES CXX CUDA)
add_executable(jitify_preprocess "${JITIFY_INCLUDE_DIR}/jitify2_preprocess.cpp")

target_link_libraries(jitify_preprocess CUDA::cudart ${CMAKE_DL_LIBS})
Expand Down

0 comments on commit 1d416df

Please sign in to comment.