File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ if(CASBIN_INSTALL)
9999 export (
100100 TARGETS casbin
101101 NAMESPACE casbin::
102- FILE casbinTargets .cmake
102+ FILE casbinConfig .cmake
103103 )
104104
105105 # Installing headers
Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ You may integrate casbin into your CMake project through `find_package`.
249249 cmake --build . --target install
250250 ```
251251
252- - For **Windows**, this will install `casbin.lib` to `C:/Program Files/ casbin/lib `
252+ - For **Windows**, this will install `casbin.lib` to `<custom-path>/ casbin-cpp/build/casbin `
253253 and the headers to `C:/Program Files/casbin/include`.
254- - For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `usr/local/lib `
254+ - For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `<custom-path>/casbin-cpp/build/casbin `
255255 and the headers to `usr/local/include`.
256256
257257 You can add the respective include and lib paths
You can’t perform that action at this time.
0 commit comments