1
0
Fork 0
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:
King_DuckZ 2016-05-11 20:13:59 +02:00
parent b6953eeaa1
commit cfcbcce9e9

View file

@ -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