Skip to content

Commit 958af5a

Browse files
committed
Fix inclusion of version by Clang on macOS
1 parent 136469f commit 958af5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (${GIT_LOCAL_CHANGES} STREQUAL "DIRTY")
55
set(COMPILER_MESSAGE "#pragma WARNING(Local changes not committed.)")
66
endif()
77

8-
file (STRINGS "../version" PBD_VERSION)
8+
file (STRINGS "../version.txt" PBD_VERSION)
99

1010
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/Version.h @ONLY)
1111

File renamed without changes.

0 commit comments

Comments
 (0)