Skip to content

Commit 0b4a2be

Browse files
simogaspCopilot
andauthored
Update src/application/CMakeLists.txt
Co-authored-by: Copilot <[email protected]>
1 parent 5e85a1d commit 0b4a2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif()
3939

4040
find_package(DevIL COMPONENTS IL ILU) # yields IL_FOUND, IL_LIBRARIES, IL_INCLUDE_DIR
4141

42-
# for newer CMake versions and Boost 1.70 pr newer must use Boost's make file
42+
# for newer CMake versions and Boost 1.70 or newer must use Boost's make file
4343
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30)
4444
cmake_policy(SET CMP0167 NEW)
4545
endif()

0 commit comments

Comments
 (0)