Skip to content

Commit

Permalink
Escape the $
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 9, 2024
1 parent 1ef7f2e commit acfba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/_lib/cmake/libmorpheus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ install(DIRECTORY
COMPONENT Core
)

set(code_string "include(\"${CMAKE_CURRENT_LIST_DIR}/morpheus_utils/load.cmake\")\n")
set(code_string "include(\"\${CMAKE_CURRENT_LIST_DIR}/morpheus_utils/load.cmake\")\n")

# Need to explicitly set VERSION ${PROJECT_VERSION} here since rapids_cmake gets
# confused with the `RAPIDS_VERSION` variable we use
Expand Down

0 comments on commit acfba28

Please sign in to comment.