Skip to content

Commit eb94692

Browse files
authored
Restore IPEXConfig.cmake.in location (#1463)
1 parent 44b7cc2 commit eb94692

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

csrc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(LIBIPEX_COMP_LIST)
1414
include(CMakePackageConfigHelpers)
1515
# CMake config file for the external project.
1616
configure_package_config_file(
17-
${IPEX_ROOT_DIR}/cmake/cppsdk/IPEXConfig.cmake.in
17+
${IPEX_ROOT_DIR}/cmake/IPEXConfig.cmake.in
1818
${PROJECT_BINARY_DIR}/IPEXConfig.cmake
1919
INSTALL_DESTINATION share/cmake/IPEX)
2020

0 commit comments

Comments
 (0)