-
Notifications
You must be signed in to change notification settings - Fork 5
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
build errors #32
Merged
hjmjohnson
merged 9 commits into
InsightSoftwareConsortium:main
from
thewtex:build-errors
Nov 25, 2024
Merged
build errors #32
hjmjohnson
merged 9 commits into
InsightSoftwareConsortium:main
from
thewtex:build-errors
Nov 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
thewtex
commented
Jul 19, 2024
- ENH: Update cmake_minimum_required to 3.16.2
- STYLE: CMakeLists.txt dos2unix
- ENH: Use the itk_module_add_library macro
- BUG: Remove extra project command specs
Fix newlines.
Simplify and utilize best practices.
Do not try to sync version with ITK. Remove languages -- we also need C for KWStyle. Addresses: FAILED: KWStyle-prefix/src/KWStyle-stamp/KWStyle-configure /home/matt/bin/ITKAnalyzeObjectMap-GCC-Release/KWStyle-prefix/src/KWStyle-stamp/KWStyle-configure cd /home/matt/bin/ITKAnalyzeObjectMap-GCC-Release/KWStyle-build && /usr/bin/cmake -DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja -DCMAKE_CXX_COMPILER:STRING=/usr/bin/c++ -DCMAKE_CXX_COMPILER_LAUNCHER:FILEPATH= -DCMAKE_C_COMPILER:STRING= -DCMAKE_C_COMPILER_LAUNCHER:FILEPATH= "-DCMAKE_CXX_FLAGS:STRING= -fno-sized-deallocation -msse2" "-DCMAKE_C_FLAGS:STRING= " -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DBUILD_TESTING:BOOL=OFF -GNinja /home/matt/bin/ITKAnalyzeObjectMap-GCC-Release/KWStyle && /usr/bin/cmake -E touch /home/matt/bin/ITKAnalyzeObjectMap-GCC-Release/KWStyle-prefix/src/KWStyle-stamp/KWStyle-configure -- The C compiler identification is unknown CMake Error at CMakeLists.txt:28 (project): No CMAKE_C_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. -- Configuring incomplete, errors occurred!
The name needs to be consistent with the module name.
Remove extra iO.
This was referenced Jul 19, 2024
jhlegarreta
reviewed
Jul 20, 2024
hjmjohnson
approved these changes
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.