Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DETAILS var anypiab #7

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try out DETAILS var per SSA docs
  • Loading branch information
thadk committed May 22, 2020
commit ef8e704320d9ff83ea467c2c3b5adcf5468f0c62
2 changes: 1 addition & 1 deletion anypiab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ endif()
add_executable(${PROJECT_NAME} ${SOURCES})

if(NOT DEFINED ANYPIATEST)
add_compile_definitions("ANYPIAB")
add_compile_definitions("ANYPIAB" "DETAILS")
endif(NOT DEFINED ANYPIATEST)

# On Linux, the order of these libraries matters!