Skip to content

Commit 7e84ea5

Browse files
committed
Remove OPTIONAL_COMPONENTS from find_package()
1 parent 581e5f5 commit 7e84ea5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ endif()
169169

170170
find_package(Chrono
171171
CONFIG REQUIRED
172-
COMPONENTS Parsers
173-
OPTIONAL_COMPONENTS Irrlicht VSG)
172+
COMPONENTS Parsers)
174173

175174
message(STATUS "----\n")
176175

0 commit comments

Comments
 (0)