Skip to content

Commit f661282

Browse files
committed
minor improvements
1 parent 7cb0121 commit f661282

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# minimal cmake example for InfoLogger library
22
# typical command:
3-
# cmake3 -DInfoLogger_DIR=path/to/infologger/lib ..
3+
# cmake -DInfoLogger_DIR=path/to/infologger/lib/cmake/InfoLogger ..
44

5-
find_package(InfoLogger)
5+
find_package(InfoLogger REQUIRED)
6+
set(CMAKE_CXX_STANDARD 14)
67
add_executable(exampleLog exampleLog.cxx)
78
target_link_libraries(exampleLog AliceO2::InfoLogger)

0 commit comments

Comments
 (0)