Skip to content

Commit

Permalink
build(rtlib): disable simple_alias_detection compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe authored and lukasrothenberger committed Apr 12, 2023
1 parent 0fa0ec2 commit fa0b8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rtlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ add_library(DiscoPoP_RT STATIC
install(TARGETS DiscoPoP_RT ARCHIVE DESTINATION lib)

# compile simple-alias-detection
exec_program(${CMAKE_CURRENT_SOURCE_DIR}/simple-alias-detection/compile.sh
ARGS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
)
#exec_program(${CMAKE_CURRENT_SOURCE_DIR}/simple-alias-detection/compile.sh
# ARGS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
#)

0 comments on commit fa0b8a8

Please sign in to comment.