Skip to content

Commit 5dee3f7

Browse files
authored
Merge pull request #1111 from rotolof/master
#1108: Status message in CMakeLists.txt should use PROJECT_NAME
2 parents feb237d + 94d2f76 commit 5dee3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
2828

2929
set(CMAKE_VERBOSE_MAKEFILE ON)
3030

31-
message(STATUS "Configuring ${CMAKE_PROJECT_NAME} ${sqlite_orm_VERSION}")
31+
message(STATUS "Configuring ${PROJECT_NAME} ${sqlite_orm_VERSION}")
3232

3333
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
3434

0 commit comments

Comments
 (0)