Skip to content

Commit

Permalink
Wavelet compilation kinda working
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Aug 6, 2024
1 parent 72d10d5 commit 95440c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions var/external/wavelet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ target_include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/awaprogs/chap05
)

target_compile_definitions(
${FOLDER_COMPILE_TARGET}
PRIVATE
${PROJECT_COMPILE_DEFINITIONS}
NOUNDERSCORE
)
# target_compile_definitions(
# ${FOLDER_COMPILE_TARGET}
# PRIVATE
# ${PROJECT_COMPILE_DEFINITIONS}
# NOUNDERSCORE
# )
# This is new in the cmake build
target_compile_options(
${FOLDER_COMPILE_TARGET}
Expand Down

0 comments on commit 95440c1

Please sign in to comment.