Skip to content

Commit

Permalink
Show using exact version in CMake find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Dec 27, 2020
1 parent 5467fd2 commit a01b7c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/FAQ.md
Expand Up @@ -575,6 +575,9 @@ Finally, you can add *Trompeloeil* to your project and then either (a) use CMake
`include_directories()`; or (b) use `add_subdirectory()` (one or two argument
version) to add its path to your project.

If you want to specify a version of *Trompeloeil*, drop the 'v' from the version name
ih `find_packege`. E.g. `find_package( trompeloeil 39 EXACT)`.

### <A name="move_constructible"/> Q. Why are mock objects not move constructible?

**A.** Because a move is potentially dangerous in non-obvious ways. If a mock object is
Expand Down

0 comments on commit a01b7c2

Please sign in to comment.