Skip to content

Commit

Permalink
removed reference to etrans from trans/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ddegrauwe committed Jun 10, 2024
1 parent 906b165 commit 8227b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/etrans/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foreach( prec sp dp )
target_sources(trans_${prec} PRIVATE ${etrans_src})
# add include directories
target_include_directories(trans_${prec}
PRIVATE
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/biper/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/etrans/include>
)
Expand Down
2 changes: 0 additions & 2 deletions src/trans/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ foreach( prec sp dp )
SOURCES ${trans_src}
PUBLIC_INCLUDES $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/ectrans>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../etrans/biper/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../etrans/etrans/include>
$<INSTALL_INTERFACE:include/ectrans>
$<INSTALL_INTERFACE:include>
PUBLIC_LIBS fiat parkind_${prec}
Expand Down

0 comments on commit 8227b3d

Please sign in to comment.