Skip to content

Commit

Permalink
No need to use dollar+brace for version_less
Browse files Browse the repository at this point in the history
Co-Authored-By: Sergey Alexandrov <[email protected]>
  • Loading branch information
kunaltyagi and taketwo authored Oct 7, 2019
1 parent 015ae25 commit 7bd666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/UseCompilerCache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function(UseCompilerCache)
"${CMAKE_BINARY_DIR}/launch-cxx")

# Cuda support only added in CMake 3.10
if (NOT (${CMAKE_VERSION} VERSION_LESS 3.10) AND CMAKE_CUDA_COMPILER)
if (NOT (CMAKE_VERSION VERSION_LESS 3.10) AND CMAKE_CUDA_COMPILER)
pcl_ccache_compat_file_gen("launch-cuda" ${CCACHE_PROGRAM} ${CMAKE_CUDA_COMPILER})
execute_process(COMMAND chmod a+rx
"${CMAKE_BINARY_DIR}/launch-cuda")
Expand Down

0 comments on commit 7bd666e

Please sign in to comment.