We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6561a4 commit 242f616Copy full SHA for 242f616
casbin/CMakeLists.txt
@@ -78,7 +78,7 @@ target_link_libraries(casbin PRIVATE nlohmann_json::nlohmann_json)
78
79
set_target_properties(casbin PROPERTIES
80
PREFIX ""
81
- VERSION ${CMAKE_PROJECT_VERSION}
+ VERSION ${PROJECT_VERSION}
82
)
83
84
if(WIN32 OR MSVC)
0 commit comments