Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 453bab7

Browse files
committed
Remove quotes
1 parent 3a1b891 commit 453bab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project(gate-usage-example)
1515
# 4. set HUNTER_ROOT to point to result directory
1616
# 5. include master file: 'include(${HUNTER_ROOT}/Source/cmake/Hunter)
1717
# 6. include `hunter_add_package` module
18-
include("HunterGate.cmake")
18+
include(HunterGate.cmake)
1919

2020
# now hunter can be used, like
2121
hunter_add_package(Sugar)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a gate file to [hunter](https://github.com/ruslo/hunter) package manager
1212
## Usage
1313

1414
* copy file `HunterGate.cmake` to project
15-
* include gate file: `include("HunterGate.cmake")`
15+
* include gate file: `include(HunterGate.cmake)`
1616

1717
## Effects
1818
* Try to detect `hunter`:

0 commit comments

Comments
 (0)