Skip to content

Commit

Permalink
Update tsl.cmake (#98)
Browse files Browse the repository at this point in the history
Unified CI/CD include and cmake include path
  • Loading branch information
JPietrzykTUD authored Jun 17, 2024
1 parent 5692cc4 commit d945b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function(create_tsl)
${TSL_TARGETS_SWITCH} ${TSL_PRIMITIVE_SWITCH} ${TSL_TYPES_SWITCH}
ANY
)
set(TSL_INCLUDE_DIRECTORY "${TSL_GENERATOR_DESTINATION}/include" CACHE STRING "include path of TSL")
set(TSL_INCLUDE_DIRECTORY "${TSL_GENERATOR_DESTINATION}" CACHE STRING "include path of TSL")
add_subdirectory("${TSL_GENERATOR_DESTINATION}" "${TSL_GENERATOR_DESTINATION}/build")

endfunction()

0 comments on commit d945b75

Please sign in to comment.