Skip to content

Commit ea85954

Browse files
committed
Adjust whitespace
1 parent 81cc84c commit ea85954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ install( DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include )
251251
if(WIN32)
252252
target_compile_definitions( fc PRIVATE _CRT_NONSTDC_NO_DEPRECATE )
253253
else(WIN32)
254-
target_compile_definitions (fc PRIVATE HAVE_EDITLINE)
255-
set(editline_libraries editline)
254+
target_compile_definitions( fc PRIVATE HAVE_EDITLINE )
255+
set( editline_libraries editline )
256256
endif(WIN32)
257257
# end editline stuff
258258

0 commit comments

Comments
 (0)