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

Replace NOTICE with STATUS for CMake messages #83

Merged
merged 3 commits into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(IMATH_INSTALL_PKG_CONFIG)
endfunction()
imath_pkg_config_help(../Imath.pc.in)
else()
message(NOTICE "-- WARNING pkg-config generation disabled")
message(STATUS "pkg-config generation disabled")
endif()

# The main export of the configuration - This is the
Expand Down
2 changes: 1 addition & 1 deletion config/ImathSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(GNUInstallDirs)

if(NOT "${CMAKE_PROJECT_NAME}" STREQUAL "${PROJECT_NAME}")
set(IMATH_IS_SUBPROJECT ON)
message(NOTICE "Imath is configuring as a cmake sub project")
message(STATUS "Imath is configuring as a cmake sub project")
endif()

# This is primarily for the halfFunction code that enables a stack
Expand Down