Skip to content

Commit

Permalink
Remove reference to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschrimpf committed May 31, 2024
1 parent f6f8bf0 commit 704f6ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ set_target_properties(oculus_driver PROPERTIES
target_include_directories(oculus_driver PUBLIC ${EXT_LIB_DIRS})
target_link_directories(oculus_driver PUBLIC ${EXT_LIB_DIRS})
target_link_libraries(oculus_driver PUBLIC ${EXT_LIBS})
target_compile_features(oculus_driver PUBLIC cxx_std_17)
target_compile_definitions(oculus_driver PUBLIC MAGIC_ENUM_RANGE_MAX=1024)

#############
Expand Down

0 comments on commit 704f6ef

Please sign in to comment.