Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 4d23ce0

Browse files
author
Sven Verdoolaege
committed
move isl_interface/isl/stdint.h to isl_interface/include/isl/stdint.h
This way, it can also be used as a substitute for the isl generated file while compiling isl or isl dependent files. This will be useful in the next commit. If the isl generated file does exist, then it does not matter which version gets picked up.
1 parent 5b58a19 commit 4d23ce0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

isl_interface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ add_custom_command(
102102
COMMAND cat ${ISL_DIR}/cpp/cpp.h.pre >> ${ISL_CPP_H} || exit 1
103103
COMMAND extract_isl_interface --language=cpp
104104
-I${ISL_DIR}/include ${ISL_DIR}/all.h
105-
-I${CMAKE_CURRENT_LIST_DIR} >> ${ISL_CPP_H} || exit 1
105+
-I${CMAKE_CURRENT_LIST_DIR}/include >> ${ISL_CPP_H} || exit 1
106106
COMMAND cat ${ISL_DIR}/cpp/cpp.h.bot >> ${ISL_CPP_H} || exit 1
107107
DEPENDS extract_isl_interface
108108
)
File renamed without changes.

0 commit comments

Comments
 (0)