Skip to content

Commit

Permalink
Change NOTICE to STATUS to address #78
Browse files Browse the repository at this point in the history
Signed-off-by: Indy Ray <iray@telltale.com>
  • Loading branch information
ScatteredRay committed Jan 20, 2021
1 parent 8916ff5 commit 7c1a611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 "-- WARNING 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

0 comments on commit 7c1a611

Please sign in to comment.