Skip to content

Commit

Permalink
fix cmake.in typo
Browse files Browse the repository at this point in the history
Change-Id: I09582c02d0d01537fa8f028bfc4e7a4c707166cd
  • Loading branch information
peacalm committed May 11, 2022
1 parent 257cf1a commit 4571500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyOStreamConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.14)

set(MyOStream_INCLUDE_DIR "@INCLUDE_INSTALL_DIR@")

message(STATUS "MyOStream found. Headers = ${MYOSTREAM_INCLUDE_DIR}")
message(STATUS "MyOStream found. Headers = ${MyOStream_INCLUDE_DIR}")

0 comments on commit 4571500

Please sign in to comment.