mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-29 01:33:46 +00:00
Wrong statement in cmake file
This commit is contained in:
parent
b6953eeaa1
commit
cfcbcce9e9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ target_include_directories(${PROJECT_NAME} SYSTEM
|
|||
INTERFACE ${PostgreSQL_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME}
|
||||
target_compile_features(${PROJECT_NAME}
|
||||
INTERFACE cxx_nullptr
|
||||
INTERFACE cxx_range_for
|
||||
INTERFACE cxx_lambdas
|
||||
|
|
Loading…
Reference in a new issue