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

Fixed elseif typos in CMakeLists.txt #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kumasento
Copy link

@kumasento kumasento commented Aug 18, 2020

@ftynse Hi Alex this is a trivial fix for a simple bug I've found while integrating openscop. But I'm not sure whether I'm doing the right thing (the logic does not make sense very much, especially that it matches DEBUG twice). Please take a look when you are available. Thanks!

@@ -9,6 +10,7 @@ set(OSL_EXTENSIONS_CFILES
${CMAKE_CURRENT_SOURCE_DIR}/loop.c
${CMAKE_CURRENT_SOURCE_DIR}/null.c
${CMAKE_CURRENT_SOURCE_DIR}/pluto_unroll.c
${CMAKE_CURRENT_SOURCE_DIR}/region.c
${CMAKE_CURRENT_SOURCE_DIR}/scatnames.c

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is missing scatinfos.c too (at least on the latest version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants